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