kaori 4 лет назад
Родитель
Сommit
aa21a23891

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

@@ -257,17 +257,6 @@ ul.pagination {
         fill: $gray-500;
       }
     }
-  }
-}
-
-// Pagetree
-.grw-pagetree {
-  .grw-pagetree-item {
-    .grw-triangle-icon {
-      svg {
-        fill: $gray-500;
-      }
-    }
     &:hover {
       background: $bgcolor-list-hover;
     }

+ 0 - 11
packages/app/src/styles/theme/_apply-colors-light.scss

@@ -174,17 +174,6 @@ $border-color: $border-color-global;
         fill: $gray-400;
       }
     }
-  }
-}
-
-// Pagetree
-.grw-pagetree {
-  .grw-pagetree-item {
-    .grw-triangle-icon {
-      svg {
-        fill: $gray-400;
-      }
-    }
     &:hover {
       background: $bgcolor-list-hover;
     }