aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2015-08-23 01:03:51 -0700
committerMark Otto <[email protected]>2015-08-23 01:03:51 -0700
commit6f8f4cc92c67dadfcadd2c50db56aa47cea26edc (patch)
tree715d1f501604406f2e1f089e26199366b3d7ce88
parent3453f55ec5df38ef200583b8da220d437bae4c35 (diff)
downloadbootstrap-6f8f4cc92c67dadfcadd2c50db56aa47cea26edc.tar.xz
bootstrap-6f8f4cc92c67dadfcadd2c50db56aa47cea26edc.zip
there is no standard appearance property
-rw-r--r--scss/_custom-forms.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss
index 5cdf45e20..50731111f 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;