Skip to content

Instantly share code, notes, and snippets.

@MadMikeyB
Created February 22, 2019 12:18
Show Gist options
  • Save MadMikeyB/50e22f08d37103e0662b63483b300c8c to your computer and use it in GitHub Desktop.
Save MadMikeyB/50e22f08d37103e0662b63483b300c8c to your computer and use it in GitHub Desktop.
Select Box - Custom Font Awesome Arrow
.form__select {
-webkit-appearance: none; /*autoprefixer*/
appearance: none;
background-image: url("scss/vendor/fontawesome/svgs/light/chevron-down.svg");
background-position-x: 98%;
background-position-y: center;
background-repeat: no-repeat;
background-size: 3rem;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment