Give select an effect on :hover

This commit is contained in:
Henrik Giesel 2021-03-31 21:09:08 +02:00
parent 5f498e6142
commit 9b68a5c2c3

View File

@ -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;
} }