mirror of
https://github.com/penpot/penpot.git
synced 2025-08-03 15:08:33 +02:00
🐛 Fix problem with focus styles
This commit is contained in:
parent
f855f9c46d
commit
89a09091db
4 changed files with 63 additions and 77 deletions
|
@ -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);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue