mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
Give select an effect on :hover
This commit is contained in:
parent
5f498e6142
commit
9b68a5c2c3
1 changed files with 4 additions and 0 deletions
|
@ -43,6 +43,10 @@
|
|||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
|
||||
&:hover {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue