getchopchop / chopchop

Front end user interface primer toolkit for the pro's
https://getchopchop.github.io
MIT License
31 stars 7 forks source link

IE Customer Select #221

Open gazjoy opened 7 years ago

gazjoy commented 7 years ago

To hide the dropdown arrow on custom selects we need to use this:

select::-ms-expand {
    display: none;
}

http://stackoverflow.com/questions/16603979/select-removing-dropdown-arrow