Shun Miyazawa 2 ani în urmă
părinte
comite
c86c7a4f45

+ 13 - 0
apps/app/src/components/Sidebar/PageTreeItem/PageTreeItem.module.scss

@@ -2,6 +2,12 @@
 
 @include bs.color-mode(light) {
   .pagetree-item :global {
+    li:hover {
+      background-color: var(--grw-primary-100);
+    }
+    li.active{;
+      background-color: var(--grw-primary-100)
+    }
     .list-group-item-action {
       .btn-page-item-control {
         --bs-btn-bg: transparent;
@@ -11,8 +17,15 @@
     }
   }
 }
+
 @include bs.color-mode(dark) {
   .pagetree-item :global {
+    li:hover {
+      background-color: var(--grw-primary-800);
+    }
+    li.active{
+      background-color: var(--grw-primary-800)
+    }
     .list-group-item-action {
       .btn-page-item-control {
         --bs-btn-bg: transparent;