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

Revived the canceled description of the island theme.

Shu Katabe 3 лет назад
Родитель
Сommit
1a0dbc48f9
1 измененных файлов с 12 добавлено и 0 удалено
  1. 12 0
      packages/app/src/styles/theme/island.scss

+ 12 - 0
packages/app/src/styles/theme/island.scss

@@ -116,4 +116,16 @@ html[dark] {
       color: $color-reversal;
       color: $color-reversal;
     }
     }
   }
   }
+
+  /*
+   * GROWI Sidebar
+  */
+  .grw-sidebar {
+    // Pagetree
+    .grw-pagetree {
+      .grw-pagetree-triangle-btn {
+        @include button-outline-svg-icon-variant($gray-400, $bgcolor-sidebar);
+      }
+    }
+  }
 }
 }