Created
April 1, 2020 11:05
-
-
Save wilirius/60963c991c303902d445a7e705afcff9 to your computer and use it in GitHub Desktop.
Custom Select
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
select { | |
appearance: none; | |
} | |
.ginput_container_select { | |
position: relative; | |
&:after { | |
font-family: 'ikes'; | |
content: '\e925'; | |
position: absolute; | |
right: 24px; | |
top: 9px; | |
pointer-events: none; | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment