fix IE11 select background, indent issues

This commit is contained in:
Technoboy10 2016-07-18 10:17:22 -04:00
parent 7741cb2c7e
commit db049b871f

View file

@ -23,6 +23,12 @@
display: none;
}
&::-ms-value {
background-color: inherit;
padding-left: 1rem;
color: inherit;
}
&:focus {
transition: all .5s ease;
outline: none;