2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-05-21 13:24:08 +03: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
+1 -3
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;