Remove arrows from select element in IE

This commit is contained in:
Jaron R. Hendrix 2016-01-28 10:11:59 -05:00
parent 9988048a06
commit 53fe2aa127

View File

@ -160,6 +160,8 @@
padding-right: 36px padding-right: 36px
&:hover &:hover
border-color: $control-hover-border border-color: $control-hover-border
&::ms-expand
display: none
&:after &:after
+arrow($link) +arrow($link)
margin-top: -6px margin-top: -6px