Commit c50ac03a authored by Ray Schamp's avatar Ray Schamp Committed by GitHub

Merge pull request #671 from rschamp/bugfix/669

Disable default style for select elements in IE
parents 9a037fda edf0c1e4
......@@ -19,6 +19,10 @@
font-size: .875rem;
appearance: none;
&::-ms-expand {
display: none;
}
&:focus {
transition: all .5s ease;
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