-
-
Save hsleonis/361a6a1e0e6fbeac04bde3151c28eded to your computer and use it in GitHub Desktop.
Remove expand arrow in select-element
This file contains hidden or 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