🐛 Fix problem with focus styles

This commit is contained in:
alonso.torres 2023-11-14 12:45:31 +01:00
parent f855f9c46d
commit 89a09091db
4 changed files with 63 additions and 77 deletions

View file

@ -17,9 +17,9 @@
// BUTTONS
--button-foreground-hover: var(--color-accent-primary);
--button-background-focus: var(--color-background-secondary);
--button-foreground-focus: var(--color-foreground-primary);
--button-border-focus: var(--color-accent-primary);
--button-background-color-focus: var(--color-background-secondary);
--button-foreground-color-focus: var(--color-foreground-primary);
--button-border-color-focus: var(--color-accent-primary);
--button-foreground-color-disabled: var(--color-foreground-secondary);
--button-background-color-disabled: var(--color-background-primary);
--button-border-color-disabled: var(--color-background-quaternary);