Remove vendor prefixes from appearance: none.

This commit is contained in:
Bardi Harborow 2017-02-21 17:25:07 +11:00
parent 371bf95575
commit 9bacc6715a
1 changed files with 1 additions and 3 deletions

View File

@ -145,9 +145,7 @@
background-size: $custom-select-bg-size;
border: $custom-select-border-width solid $custom-select-border-color;
@include border-radius($custom-select-border-radius);
// Use vendor prefixes as `appearance` isn't part of the CSS spec.
-moz-appearance: none;
-webkit-appearance: none;
appearance: none;
&:focus {
border-color: $custom-select-focus-border-color;