Skip to content

Instantly share code, notes, and snippets.

@Danjavia
Last active July 13, 2016 16:45
Show Gist options
  • Save Danjavia/b66938e4b3a1c2f3b302eddd612dfa1e to your computer and use it in GitHub Desktop.
Save Danjavia/b66938e4b3a1c2f3b302eddd612dfa1e to your computer and use it in GitHub Desktop.
Apply styles for firefox only
@-moz-document url-prefix() {
.select-wrapper {
&:after {
display: none;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment