Explorar el Código

update island trigangle hover color

kaori hace 4 años
padre
commit
07e4d2ed09
Se han modificado 1 ficheros con 3 adiciones y 0 borrados
  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);
+      }
     }
   }
 }