소스 검색

perf[sidebar]: hightlight submenu when is active

Pan 6 년 전
부모
커밋
1883c305c1
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  1. 3 0
      src/styles/sidebar.scss

+ 3 - 0
src/styles/sidebar.scss

@@ -47,6 +47,9 @@
47
       height: 100%;
47
       height: 100%;
48
       width: 100% !important;
48
       width: 100% !important;
49
     }
49
     }
50
+    .is-active > .el-submenu__title{
51
+      color: #f4f4f5!important;
52
+    }
50
   }
53
   }
51
   .hideSidebar {
54
   .hideSidebar {
52
     .sidebar-container {
55
     .sidebar-container {