Sfoglia il codice sorgente

change triangle button color on future theme

kaori 4 anni fa
parent
commit
b407468b6f
1 ha cambiato i file con 18 aggiunte e 0 eliminazioni
  1. 18 0
      packages/app/src/styles/theme/future.scss

+ 18 - 0
packages/app/src/styles/theme/future.scss

@@ -109,4 +109,22 @@ html[dark] {
     color: #95abba;
     color: #95abba;
     background-color: #1f1f22;
     background-color: #1f1f22;
   }
   }
+
+  /*
+ * GROWI Sidebar
+ */
+  .grw-sidebar {
+    // Pagetree
+    .grw-pagetree {
+      @include override-list-group-item-for-pagetree(
+        $color-list,
+        $bgcolor-sidebar-list-group,
+        $color-list-hover,
+        $bgcolor-list-hover,
+        $color-list-active,
+        lighten($bgcolor-list-hover, 5%),
+        $gray-600
+      );
+    }
+  }
 }
 }