Open gazjoy opened 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
To hide the dropdown arrow on custom selects we need to use this:
http://stackoverflow.com/questions/16603979/select-removing-dropdown-arrow