Skip to content

Instantly share code, notes, and snippets.

@wilirius
Created April 1, 2020 11:05
Show Gist options
  • Save wilirius/60963c991c303902d445a7e705afcff9 to your computer and use it in GitHub Desktop.
Save wilirius/60963c991c303902d445a7e705afcff9 to your computer and use it in GitHub Desktop.
Custom Select
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