1
0
Fork 0
mirror of https://github.com/twbs/bootstrap.git synced 2022-11-09 12:25:43 -05:00

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

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;