Commit 6f8f4cc9 authored by Mark Otto's avatar Mark Otto
Browse files

there is no standard appearance property

parent 3453f55e
Showing with 0 additions and 1 deletion
+0 -1
...@@ -139,7 +139,6 @@ ...@@ -139,7 +139,6 @@
// Have to include vendor prefixes as the `appearance` property isn't part of the CSS spec. // Have to include vendor prefixes as the `appearance` property isn't part of the CSS spec.
-webkit-appearance: none; -webkit-appearance: none;
-moz-appearance: none; -moz-appearance: none;
appearance: none;
// IE9 hacks to hide the background-image and reduce padding // IE9 hacks to hide the background-image and reduce padding
padding-right: .75rem \9; padding-right: .75rem \9;
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment