Created
March 31, 2016 10:39
-
-
Save delphinpro/66b11a6e0eef311396eb4d8e2c6ca121 to your computer and use it in GitHub Desktop.
Remove expand arrow in select-element
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
select { | |
-webkit-appearance: none; | |
-moz-appearance: none; | |
appearance: none; | |
&::-ms-expand { display: none; } | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Wow, cool.