Explorar o código

apply hover color to page-tree-item background

kaori %!s(int64=4) %!d(string=hai) anos
pai
achega
1f0e574703
Modificáronse 1 ficheiros con 11 adicións e 3 borrados
  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
-.grw-triangle-icon {
-  svg {
-    fill: $gray-400;
+.grw-pagetree {
+  .grw-triangle-icon {
+    svg {
+      fill: $gray-400;
+    }
+  }
+
+  .grw-pagetree-item {
+    &:hover {
+      background: #e0e6f7;
+    }
   }
 }