Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hsleonis/361a6a1e0e6fbeac04bde3151c28eded to your computer and use it in GitHub Desktop.
Save hsleonis/361a6a1e0e6fbeac04bde3151c28eded to your computer and use it in GitHub Desktop.
Remove expand arrow in select-element
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