Skip to content

Instantly share code, notes, and snippets.

@unwiredtech
Created June 8, 2023 01:36
Show Gist options
  • Save unwiredtech/db0b8dabdfa0cd354a078b2aabf0d87e to your computer and use it in GitHub Desktop.
Save unwiredtech/db0b8dabdfa0cd354a078b2aabf0d87e to your computer and use it in GitHub Desktop.
Custom Select Arrow
.jet-form__field.select-field {
-webkit-appearance: none;
-moz-appearance: none;
appearance: none;
background: url(data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='100' height='100' fill='%238C98F2'><polygon points='0,0 100,0 50,50'/></svg>) no-repeat;
background-size: 12px;
background-position: calc(100% - 20px) 18px;
background-repeat: no-repeat;
background-color: #fff;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment