Commit edf0c1e4 authored by Ray Schamp's avatar Ray Schamp

Disable default style for select elements in IE

Fixes #669
parent 11155c42
...@@ -19,6 +19,10 @@ ...@@ -19,6 +19,10 @@
font-size: .875rem; font-size: .875rem;
appearance: none; appearance: none;
&::-ms-expand {
display: none;
}
&:focus { &:focus {
transition: all .5s ease; transition: all .5s ease;
outline: none; outline: none;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment