Преглед изворни кода

apply hover color to page-tree-item background

kaori пре 4 година
родитељ
комит
1f0e574703
1 измењених фајлова са 11 додато и 3 уклоњено
  1. 11 3
      packages/app/src/styles/theme/_apply-colors.scss

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

@@ -534,9 +534,17 @@ body.pathname-sidebar {
 }
 }
 
 
 // Pagetree
 // Pagetree
-.grw-triangle-icon {
-  svg {
-    fill: $gray-400;
+.grw-pagetree {
+  .grw-triangle-icon {
+    svg {
+      fill: $gray-400;
+    }
+  }
+
+  .grw-pagetree-item {
+    &:hover {
+      background: #e0e6f7;
+    }
   }
   }
 }
 }