Make focused buttons more obvious
This commit is contained in:
parent
302077c9c1
commit
647f3b4106
@ -37,6 +37,9 @@
|
||||
&:focus {
|
||||
outline-color: var(--outline-focus);
|
||||
outline-width: 0.2rem;
|
||||
background-color: var(--background-hover);
|
||||
color: var(--text-hover);
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
&:active {
|
||||
|
Loading…
Reference in New Issue
Block a user