Skip to content

Instantly share code, notes, and snippets.

@jsmeltzer
Created August 14, 2020 13:31
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsmeltzer/e2bf7a215633370ba247963f2b863e2a to your computer and use it in GitHub Desktop.
Save jsmeltzer/e2bf7a215633370ba247963f2b863e2a to your computer and use it in GitHub Desktop.
Replace bootstrap custom select arrow
.custom-select {
background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='255' height='255'%3E%3Cpath d='M0 63.75l127.5 127.5L255 63.75z'/%3E%3C/svg%3E");
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment