From: Bardi Harborow Date: Tue, 21 Feb 2017 06:25:07 +0000 (+1100) Subject: Remove vendor prefixes from appearance: none. X-Git-Tag: v4.0.0-beta~147^2~158^2~4 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9bacc6715a456f9fbd821a9e591dc789c331f603;p=thirdparty%2Fbootstrap.git Remove vendor prefixes from appearance: none. --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 2db4c76406..a73359c86c 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -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;