Просмотр исходного кода

Set the active state for the currently viewed page path

Shun Miyazawa 2 лет назад
Родитель
Сommit
bae130eff0
1 измененных файлов с 4 добавлено и 0 удалено
  1. 4 0
      apps/app/src/components/ItemsTree/ItemsTree.module.scss

+ 4 - 0
apps/app/src/components/ItemsTree/ItemsTree.module.scss

@@ -68,6 +68,10 @@ $grw-pagetree-item-container-height: 40px;
         min-width: 35px;
         height: $grw-pagetree-item-container-height;
       }
+
+      .grw-pagetree-current-page-item {
+        background-color: var(--grw-primary-100);
+      }
     }
   }
   &:global{