Give select an effect on :hover

This commit is contained in:
Henrik Giesel 2021-03-31 21:09:08 +02:00
parent 4544025fc2
commit a1d11edbdf

View file

@ -43,6 +43,10 @@
box-shadow: none;
border-radius: 0;
&:hover {
background-color: #eee;
}
&:focus {
outline: none;
}