Browse Source

fix dark color

kaori 4 years ago
parent
commit
d8c0720607
1 changed files with 3 additions and 3 deletions
  1. 3 3
      packages/app/src/styles/theme/_apply-colors-dark.scss

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

@@ -257,10 +257,10 @@ ul.pagination {
 
   // Pagetree
   .grw-pagetree {
+    .grw-pagetree-is-over {
+      background: $gray-900;
+    }
     .grw-pagetree-item {
-      .grw-pagetree-is-over {
-        background: $gray-900;
-      }
       &.grw-pagetree-is-target {
         background: $bgcolor-list-hover;
       }