Browse Source

update island trigangle hover color

kaori 4 năm trước cách đây
mục cha
commit
07e4d2ed09
1 tập tin đã thay đổi với 3 bổ sung0 xóa
  1. 3 0
      packages/app/src/styles/theme/island.scss

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

@@ -133,6 +133,9 @@ html[dark] {
         $color-list-active,
         lighten($bgcolor-list-hover, 5%)
       );
+      .grw-pagetree-triangle-btn {
+        @include button-outline-svg-icon-variant($gray-400, $bgcolor-sidebar);
+      }
     }
   }
 }