]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
there is no standard appearance property
authorMark Otto <markdotto@gmail.com>
Sun, 23 Aug 2015 08:03:51 +0000 (01:03 -0700)
committerMark Otto <markdotto@gmail.com>
Sun, 23 Aug 2015 08:03:51 +0000 (01:03 -0700)
scss/_custom-forms.scss

index 5cdf45e204074cfcf44adb095d1f65d421314f7a..50731111fb117479ceca670c1109d03911d42e23 100644 (file)
   // 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;