style: add hover styles to focus
This commit is contained in:
parent
f1c9fa5622
commit
1a61aeade0
5 changed files with 27 additions and 18 deletions
|
@ -9,7 +9,8 @@
|
|||
color: $light;
|
||||
border-color: $light;
|
||||
|
||||
&:hover {
|
||||
&:hover,
|
||||
&:focus {
|
||||
background-color: $dark;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue