0
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-01-18 10:52:19 +01:00

there is no standard appearance property

This commit is contained in:
Mark Otto 2015-08-23 01:03:51 -07:00
parent 3453f55ec5
commit 6f8f4cc92c

View File

@ -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;