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

Merge pull request #5904 from weseek/feat/90392-argument-of-override-list-group-item-for-pagetree

imprv: Mixin of argument-of-override-list-group-item-for-pagetree for dark theme
cao 3 лет назад
Родитель
Сommit
e4090227c3
1 измененных файлов с 3 добавлено и 3 удалено
  1. 3 3
      packages/app/src/styles/theme/_apply-colors-dark.scss

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

@@ -277,11 +277,11 @@ ul.pagination {
   // Pagetree
   .grw-pagetree {
     @include override-list-group-item-for-pagetree(
-      $gray-200,
+      $color-sidebar-context,
       lighten($bgcolor-sidebar-context, 8%),
       lighten($bgcolor-sidebar-context, 15%),
-      $gray-500,
-      $gray-200,
+      darken($color-sidebar-context, 15%),
+      darken($color-sidebar-context, 10%),
       lighten($bgcolor-sidebar-context, 18%),
       lighten($bgcolor-sidebar-context, 24%)
     );