浏览代码

fix(Admin): Only transition sidebar item filter

Owen Diffey 3 年之前
父节点
当前提交
ba75c22e3f
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      frontend/src/pages/Admin/index.vue

+ 1 - 1
frontend/src/pages/Admin/index.vue

@@ -561,7 +561,7 @@ export default {
 						color: var(--primary-color);
 						background-color: var(--white);
 						border-bottom: 1px solid var(--light-grey-2);
-						transition: all 0.2s ease-in-out;
+						transition: filter 0.2s ease-in-out;
 
 						& > .material-icons {
 							line-height: 40px;