@@ -98,9 +98,9 @@ $button-default-selected-bg: null !default;
9898$button-default-icon-color : $button-default-color !default ;
9999$button-default-outlined-bg : transparent !default ;
100100$button-default-outlined-hover-bg : color .change ($button-default-bg , $alpha : 0.08 ) !default ;
101- $button-default-outlined-focused-bg : color .change ($button-default-bg , $alpha : 0.08 ) !default ;
102- $button-default-outlined-active-bg : color .change ($button-default-bg , $alpha : 0.36 ) !default ;
103- $button-default-outlined-selected-bg : color .change ($button-default-bg , $alpha : 0.36 ) !default ;
101+ $button-default-outlined-focused-bg : color .change ($button-default-bg , $alpha : 0.16 ) !default ;
102+ $button-default-outlined-active-bg : color .change ($button-default-bg , $alpha : 0.18 ) !default ;
103+ $button-default-outlined-selected-bg : color .change ($button-default-bg , $alpha : 0.12 ) !default ;
104104
105105/* *
106106* $name 11. Text color (outlined)
@@ -116,9 +116,9 @@ $button-default-outlined-border-color: $button-default-bg !default;
116116$button-default-outlined-selected-color : $button-default-bg !default ;
117117$button-default-text-bg : transparent !default ;
118118$button-default-text-hover-bg : color .change ($button-default-bg , $alpha : 0.08 ) !default ;
119- $button-default-text-focused-bg : color .change ($button-default-bg , $alpha : 0.08 ) !default ;
120- $button-default-text-active-bg : color .change ($button-default-bg , $alpha : 0.36 ) !default ;
121- $button-default-text-selected-bg : color .change ($button-default-bg , $alpha : 0.36 ) !default ;
119+ $button-default-text-focused-bg : color .change ($button-default-bg , $alpha : 0.16 ) !default ;
120+ $button-default-text-active-bg : color .change ($button-default-bg , $alpha : 0.18 ) !default ;
121+ $button-default-text-selected-bg : color .change ($button-default-bg , $alpha : 0.12 ) !default ;
122122
123123/* *
124124* $name 11. Text color (text)
@@ -176,16 +176,16 @@ $button-danger-selected-bg: null !default;
176176$button-danger-icon-color : $button-danger-color !default ;
177177$button-danger-outlined-bg : transparent !default ;
178178$button-danger-outlined-hover-bg : color .change ($button-danger-bg , $alpha : 0.08 ) !default ;
179- $button-danger-outlined-focused-bg : color .change ($button-danger-bg , $alpha : 0.08 ) !default ;
180- $button-danger-outlined-active-bg : color .change ($button-danger-bg , $alpha : 0.36 ) !default ;
181- $button-danger-outlined-selected-bg : color .change ($button-danger-bg , $alpha : 0.36 ) !default ;
179+ $button-danger-outlined-focused-bg : color .change ($button-danger-bg , $alpha : 0.16 ) !default ;
180+ $button-danger-outlined-active-bg : color .change ($button-danger-bg , $alpha : 0.18 ) !default ;
181+ $button-danger-outlined-selected-bg : color .change ($button-danger-bg , $alpha : 0.12 ) !default ;
182182$button-danger-outlined-selected-color : $button-danger-bg !default ;
183183
184184$button-danger-text-bg : transparent !default ;
185185$button-danger-text-hover-bg : color .change ($button-danger-bg , $alpha : 0.08 ) !default ;
186- $button-danger-text-focused-bg : color .change ($button-danger-bg , $alpha : 0.08 ) !default ;
187- $button-danger-text-active-bg : color .change ($button-danger-bg , $alpha : 0.36 ) !default ;
188- $button-danger-text-selected-bg : color .change ($button-danger-bg , $alpha : 0.36 ) !default ;
186+ $button-danger-text-focused-bg : color .change ($button-danger-bg , $alpha : 0.16 ) !default ;
187+ $button-danger-text-active-bg : color .change ($button-danger-bg , $alpha : 0.18 ) !default ;
188+ $button-danger-text-selected-bg : color .change ($button-danger-bg , $alpha : 0.12 ) !default ;
189189$button-danger-text-selected-color : $button-danger-bg !default ;
190190
191191/* *
@@ -232,16 +232,16 @@ $button-success-selected-bg: null !default;
232232$button-success-icon-color : $button-success-color !default ;
233233$button-success-outlined-bg : transparent !default ;
234234$button-success-outlined-hover-bg : color .change ($button-success-bg , $alpha : 0.08 ) !default ;
235- $button-success-outlined-focused-bg : color .change ($button-success-bg , $alpha : 0.08 ) !default ;
236- $button-success-outlined-active-bg : color .change ($button-success-bg , $alpha : 0.36 ) !default ;
237- $button-success-outlined-selected-bg : color .change ($button-success-bg , $alpha : 0.36 ) !default ;
235+ $button-success-outlined-focused-bg : color .change ($button-success-bg , $alpha : 0.16 ) !default ;
236+ $button-success-outlined-active-bg : color .change ($button-success-bg , $alpha : 0.18 ) !default ;
237+ $button-success-outlined-selected-bg : color .change ($button-success-bg , $alpha : 0.12 ) !default ;
238238$button-success-outlined-selected-color : $button-success-bg !default ;
239239
240240$button-success-text-bg : transparent !default ;
241241$button-success-text-hover-bg : color .change ($button-success-bg , $alpha : 0.08 ) !default ;
242- $button-success-text-focused-bg : color .change ($button-success-bg , $alpha : 0.08 ) !default ;
243- $button-success-text-active-bg : color .change ($button-success-bg , $alpha : 0.36 ) !default ;
244- $button-success-text-selected-bg : color .change ($button-success-bg , $alpha : 0.36 ) !default ;
242+ $button-success-text-focused-bg : color .change ($button-success-bg , $alpha : 0.16 ) !default ;
243+ $button-success-text-active-bg : color .change ($button-success-bg , $alpha : 0.18 ) !default ;
244+ $button-success-text-selected-bg : color .change ($button-success-bg , $alpha : 0.12 ) !default ;
245245$button-success-text-selected-color : $button-success-bg !default ;
246246
247247@if $mode == " light" {
@@ -252,18 +252,18 @@ $button-success-text-selected-color: $button-success-bg !default;
252252 $button-normal-active-bg : color .adjust ($button-normal-bg , $lightness : -30% , $space : hsl ) !default ;
253253 $button-normal-selected-bg : color .adjust ($button-normal-bg , $lightness : -18% , $space : hsl ) !default ;
254254 $button-normal-bg-inverted : color .adjust ($button-normal-bg , $lightness : -100% , $space : hsl ) !default ;
255- $button-default-hover-bg : color .adjust ($button-default-bg , $lightness : -8.5 % , $space : hsl ) !default ;
256- $button-default-focused-bg : color .adjust ($button-default-bg , $lightness : -8.5 % , $space : hsl ) !default ;
257- $button-default-active-bg : color .adjust ($button-default-bg , $lightness : -19.5 % , $space : hsl ) !default ;
258- $button-default-selected-bg : color .adjust ($button-default-bg , $lightness : -19.5 % , $space : hsl ) !default ;
259- $button-danger-hover-bg : color .adjust ($button-danger-bg , $lightness : -8.5 % , $space : hsl ) !default ;
260- $button-danger-focused-bg : color .adjust ($button-danger-bg , $lightness : -8.5 % , $space : hsl ) !default ;
261- $button-danger-active-bg : color .adjust ($button-danger-bg , $lightness : -19.5 % , $space : hsl ) !default ;
262- $button-danger-selected-bg : color .adjust ($button-danger-bg , $lightness : -19.5 % , $space : hsl ) !default ;
263- $button-success-hover-bg : color .adjust ($button-success-bg , $lightness : -8.5 % , $space : hsl ) !default ;
264- $button-success-focused-bg : color .adjust ($button-success-bg , $lightness : -8.5 % , $space : hsl ) !default ;
265- $button-success-active-bg : color .adjust ($button-success-bg , $lightness : -19.5 % , $space : hsl ) !default ;
266- $button-success-selected-bg : color .adjust ($button-success-bg , $lightness : -19.5 % , $space : hsl ) !default ;
255+ $button-default-hover-bg : color .adjust ($button-default-bg , $lightness : 3.53 % , $space : hsl ) !default ;
256+ $button-default-focused-bg : color .adjust ($button-default-bg , $lightness : 7.84 % , $space : hsl ) !default ;
257+ $button-default-active-bg : color .adjust ($button-default-bg , $lightness : 7.06 % , $space : hsl ) !default ;
258+ $button-default-selected-bg : color .adjust ($button-default-bg , $lightness : 6.27 % , $space : hsl ) !default ;
259+ $button-danger-hover-bg : color .adjust ($button-danger-bg , $lightness : 3.53 % , $space : hsl ) !default ;
260+ $button-danger-focused-bg : color .adjust ($button-danger-bg , $lightness : 7.84 % , $space : hsl ) !default ;
261+ $button-danger-active-bg : color .adjust ($button-danger-bg , $lightness : 7.06 % , $space : hsl ) !default ;
262+ $button-danger-selected-bg : color .adjust ($button-danger-bg , $lightness : 6.27 % , $space : hsl ) !default ;
263+ $button-success-hover-bg : color .adjust ($button-success-bg , $lightness : 3.53 % , $space : hsl ) !default ;
264+ $button-success-focused-bg : color .adjust ($button-success-bg , $lightness : 7.84 % , $space : hsl ) !default ;
265+ $button-success-active-bg : color .adjust ($button-success-bg , $lightness : 7.06 % , $space : hsl ) !default ;
266+ $button-success-selected-bg : color .adjust ($button-success-bg , $lightness : 6.27 % , $space : hsl ) !default ;
267267}
268268
269269@if $mode == " dark" {
@@ -274,18 +274,18 @@ $button-success-text-selected-color: $button-success-bg !default;
274274 $button-normal-active-bg : color .adjust ($button-normal-bg , $lightness : 30% , $space : hsl ) !default ;
275275 $button-normal-selected-bg : color .adjust ($button-normal-bg , $lightness : 18% , $space : hsl ) !default ;
276276 $button-normal-bg-inverted : color .adjust ($button-normal-bg , $lightness : 100% , $space : hsl ) !default ;
277- $button-default-hover-bg : color .adjust ($button-default-bg , $lightness : 8.5 % , $space : hsl ) !default ;
278- $button-default-focused-bg : color .adjust ($button-default-bg , $lightness : 8.5 % , $space : hsl ) !default ;
279- $button-default-active-bg : color .adjust ($button-default-focused-bg , $lightness : 19.5 % , $space : hsl ) !default ;
280- $button-default-selected-bg : color .adjust ($button-default-focused-bg , $lightness : 19.5 % , $space : hsl ) !default ;
281- $button-danger-hover-bg : color .adjust ($button-danger-bg , $lightness : 8.5 % , $space : hsl ) !default ;
282- $button-danger-focused-bg : color .adjust ($button-danger-bg , $lightness : 8.5 % , $space : hsl ) !default ;
283- $button-danger-active-bg : color .adjust ($button-danger-bg , $lightness : 19.5 % , $space : hsl ) !default ;
284- $button-danger-selected-bg : color .adjust ($button-danger-bg , $lightness : 19.5 % , $space : hsl ) !default ;
285- $button-success-hover-bg : color .adjust ($button-success-bg , $lightness : 8.5 % , $space : hsl ) !default ;
286- $button-success-focused-bg : color .adjust ($button-success-bg , $lightness : 8.5 % , $space : hsl ) !default ;
287- $button-success-active-bg : color .adjust ($button-success-bg , $lightness : 19.5 % , $space : hsl ) !default ;
288- $button-success-selected-bg : color .adjust ($button-success-bg , $lightness : 19.5 % , $space : hsl ) !default ;
277+ $button-default-hover-bg : color .adjust ($button-default-bg , $lightness : -3.53 % , $space : hsl ) !default ;
278+ $button-default-focused-bg : color .adjust ($button-default-bg , $lightness : -7.84 % , $space : hsl ) !default ;
279+ $button-default-active-bg : color .adjust ($button-default-focused-bg , $lightness : -7.06 % , $space : hsl ) !default ;
280+ $button-default-selected-bg : color .adjust ($button-default-focused-bg , $lightness : -6.27 % , $space : hsl ) !default ;
281+ $button-danger-hover-bg : color .adjust ($button-danger-bg , $lightness : -3.53 % , $space : hsl ) !default ;
282+ $button-danger-focused-bg : color .adjust ($button-danger-bg , $lightness : -7.84 % , $space : hsl ) !default ;
283+ $button-danger-active-bg : color .adjust ($button-danger-bg , $lightness : -7.06 % , $space : hsl ) !default ;
284+ $button-danger-selected-bg : color .adjust ($button-danger-bg , $lightness : -6.27 % , $space : hsl ) !default ;
285+ $button-success-hover-bg : color .adjust ($button-success-bg , $lightness : -3.53 % , $space : hsl ) !default ;
286+ $button-success-focused-bg : color .adjust ($button-success-bg , $lightness : -7.84 % , $space : hsl ) !default ;
287+ $button-success-active-bg : color .adjust ($button-success-bg , $lightness : -7.06 % , $space : hsl ) !default ;
288+ $button-success-selected-bg : color .adjust ($button-success-bg , $lightness : -6.27 % , $space : hsl ) !default ;
289289}
290290
291291$button-disabled-text-color : $button-disabled-background !default ;
0 commit comments