|
26 | 26 | --_bu-fc-focus: var(--black-600); |
27 | 27 |
|
28 | 28 | // BASE SELECTED MODIFIER |
29 | | - --_bu-bg-selected: linear-gradient(to bottom, var(--theme-secondary-100) 0%, var(--theme-secondary-100) 50%, color-mix(in srgb, var(--theme-secondary-100) 80%, white 40%) 50%, color-mix(in srgb, var(--theme-secondary-100) 80%, white 40%) 100%); |
| 29 | + --_bu-bg-selected: linear-gradient(to bottom, var(--theme-secondary-100) 0%, var(--theme-secondary-100) 50%, color-mix(in srgb, var(--theme-secondary-100) 60%, white 40%) 50%, color-mix(in srgb, var(--theme-secondary-100) 60%, white 40%) 100%); |
30 | 30 | --_bu-fc-selected: var(--theme-button-selected-color, var(--theme-secondary-600)); |
31 | 31 |
|
32 | 32 | // FILLED VARIANT |
|
66 | 66 | }); |
67 | 67 |
|
68 | 68 | .dark-mode({ |
69 | | - --_bu-filled-bg-selected: linear-gradient(to bottom, var(--theme-secondary-600) 0%, var(--theme-secondary-600) 50%, color-mix(in srgb, var(--theme-secondary-600) 80%, black 40%) 50%, color-mix(in srgb, var(--theme-secondary-600) 80%, black 40%) 100%); |
| 69 | + --_bu-filled-bg-selected: linear-gradient(to bottom, var(--theme-secondary-600) 0%, var(--theme-secondary-600) 50%, color-mix(in srgb, var(--theme-secondary-600) 60%, black 40%) 50%, color-mix(in srgb, var(--theme-secondary-600) 60%, black 40%) 100%); |
70 | 70 | }); |
71 | 71 |
|
72 | 72 | // STATES |
|
261 | 261 | &&__danger { |
262 | 262 | --_bu-bg-active: var(--black-050); |
263 | 263 | --_bu-bg-hover: var(--red-100); |
264 | | - --_bu-bg-selected: linear-gradient(to bottom, var(--red-100) 0%, var(--red-100) 50%, color-mix(in srgb, var(--red-100) 80%, white 40%) 50%, color-mix(in srgb, var(--red-100) 80%, white 40%) 100%); |
| 264 | + --_bu-bg-selected: linear-gradient(to bottom, var(--red-100) 0%, var(--red-100) 50%, color-mix(in srgb, var(--red-100) 60%, white 40%) 50%, color-mix(in srgb, var(--red-100) 60%, white 40%) 100%); |
265 | 265 | --_bu-bg-focus: var(--black-050); |
266 | 266 | --_bu-fc: var(--red-400); |
267 | 267 | --_bu-fc-active: var(--_bu-fc); |
|
287 | 287 | --_bu-badge-bg: var(--red-500); |
288 | 288 | }); |
289 | 289 | .dark-mode({ |
290 | | - --_bu-filled-bg-selected: linear-gradient(to bottom, var(--red-500) 0%, var(--red-500) 50%, color-mix(in srgb, var(--red-500) 80%, white 40%) 50%, color-mix(in srgb, var(--red-500) 80%, white 40%) 100%); |
| 290 | + --_bu-filled-bg-selected: linear-gradient(to bottom, var(--red-500) 0%, var(--red-500) 50%, color-mix(in srgb, var(--red-500) 60%, white 40%) 50%, color-mix(in srgb, var(--red-500) 60%, white 40%) 100%); |
291 | 291 | }); |
292 | 292 | } |
293 | 293 |
|
|
313 | 313 | --_bu-number-fc: var(--white); |
314 | 314 | --_bu-number-fc-filled: var(--black); |
315 | 315 | .dark-mode({ |
316 | | - --_bu-filled-bg-selected: linear-gradient(to bottom, var(--purple-500) 0%, var(--purple-500) 50%, color-mix(in srgb, var(--purple-500) 80%, white 40%) 50%, color-mix(in srgb, var(--purple-500) 80%, white 40%) 100%); |
| 316 | + --_bu-filled-bg-selected: linear-gradient(to bottom, var(--purple-500) 0%, var(--purple-500) 50%, color-mix(in srgb, var(--purple-500) 60%, white 40%) 50%, color-mix(in srgb, var(--purple-500) 60%, white 40%) 100%); |
317 | 317 | }); |
318 | 318 | } |
319 | 319 |
|
|
322 | 322 | --_bu-bc-hover: transparent; |
323 | 323 | --_bu-bg-active: var(--theme-secondary-150); |
324 | 324 | --_bu-bg-hover: var(--theme-secondary-200); |
325 | | - --_bu-bg-selected: linear-gradient(to bottom, var(--theme-secondary-200) 0%, var(--theme-secondary-200) 50%, color-mix(in srgb, var(--theme-secondary-200) 80%, white 30%) 50%, color-mix(in srgb, var(--theme-secondary-200) 80%, white 30%) 100%); |
| 325 | + --_bu-bg-selected: linear-gradient(to bottom, var(--theme-secondary-200) 0%, var(--theme-secondary-200) 50%, color-mix(in srgb, var(--theme-secondary-200) 70%, white 30%) 50%, color-mix(in srgb, var(--theme-secondary-200) 70%, white 30%) 100%); |
326 | 326 | --_bu-fc: var(--theme-secondary-600); |
327 | 327 | --_bu-fc-active: var(--_bu-fc); |
328 | 328 | --_bu-fc-hover: var(--theme-secondary-600); |
|
0 commit comments