From: Mark Otto Date: Sun, 23 Aug 2015 08:03:51 +0000 (-0700) Subject: there is no standard appearance property X-Git-Tag: v4.0.0-alpha.2~434 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6f8f4cc92c67dadfcadd2c50db56aa47cea26edc;p=thirdparty%2Fbootstrap.git there is no standard appearance property --- diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss index 5cdf45e204..50731111fb 100644 --- a/scss/_custom-forms.scss +++ b/scss/_custom-forms.scss @@ -139,7 +139,6 @@ // Have to include vendor prefixes as the `appearance` property isn't part of the CSS spec. -webkit-appearance: none; -moz-appearance: none; - appearance: none; // IE9 hacks to hide the background-image and reduce padding padding-right: .75rem \9;