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