소스 검색

add grw-pagetree class

kaori 4 년 전
부모
커밋
8a69a5a45f
1개의 변경된 파일5개의 추가작업 그리고 3개의 파일을 삭제
  1. 5 3
      packages/app/src/styles/theme/_apply-colors.scss

+ 5 - 3
packages/app/src/styles/theme/_apply-colors.scss

@@ -534,9 +534,11 @@ body.pathname-sidebar {
 }
 
 // Pagetree
-.grw-triangle-icon {
-  svg {
-    fill: $gray-400;
+.grw-pagetree {
+  .grw-triangle-icon {
+    svg {
+      fill: $gray-400;
+    }
   }
 }