Give select an effect on :hover
This commit is contained in:
parent
5f498e6142
commit
9b68a5c2c3
@ -43,6 +43,10 @@
|
||||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
|
||||
&:hover {
|
||||
background-color: #eee;
|
||||
}
|
||||
|
||||
&:focus {
|
||||
outline: none;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user