Created
June 8, 2023 01:36
-
-
Save unwiredtech/db0b8dabdfa0cd354a078b2aabf0d87e to your computer and use it in GitHub Desktop.
Custom Select Arrow
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
.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