nicolium: Fix "Discard" button font color invisible when focused (gh #551)
Signed-off-by: nicole mikołajczyk <git@mkljczk.pl>
This commit is contained in:
@ -296,6 +296,7 @@
|
||||
}
|
||||
|
||||
&:focus {
|
||||
background-color: rgb(var(--color-danger-100));
|
||||
outline-color: rgb(var(--color-danger-500));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user