mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 01:06:35 -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;
|
box-shadow: none;
|
||||||
border-radius: 0;
|
border-radius: 0;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
|
background-color: #eee;
|
||||||
|
}
|
||||||
|
|
||||||
&:focus {
|
&:focus {
|
||||||
outline: none;
|
outline: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue