ayaka417 3 лет назад
Родитель
Сommit
858a33b2a1

+ 2 - 0
packages/preset-themes/src/styles/nature.scss

@@ -79,6 +79,8 @@
   --bgcolor-resize-button: hsl(var(--bgcolor-resize-button-hs),var(--bgcolor-resize-button-l));
   --bgcolor-resize-button-hs: 115,95%;
   --bgcolor-resize-button-l: 36%;
+  --color-resize-button-hover: var(--color-reversal);
+  --bgcolor-resize-button-hover: #{hsl.lighten(var(--bgcolor-resize-button), 5%)};
 
   // Subnavigation
   --bgcolor-subnav: hsl(var(--bgcolor-subnav-hs),var(--bgcolor-subnav-l));

+ 2 - 0
packages/preset-themes/src/styles/wood.scss

@@ -114,6 +114,8 @@
   --bgcolor-resize-button: var(--themecolor);
   --bgcolor-resize-button-hs: var(--themecolor-hs);
   --bgcolor-resize-button-l: var(--themecolor-l);
+  --color-resize-button-hover: var(--color-reversal);
+  --bgcolor-resize-button-hover: #{hsl.lighten(var(--bgcolor-resize-button), 5%)};
 
   // Border colors
   --border-color-theme: #{$gray-300}; // former: `$navbar-border: $gray-300;`