From 6f8f4cc92c67dadfcadd2c50db56aa47cea26edc Mon Sep 17 00:00:00 2001
From: Mark Otto <markdotto@gmail.com>
Date: Sun, 23 Aug 2015 01:03:51 -0700
Subject: [PATCH] there is no standard appearance property

---
 scss/_custom-forms.scss | 1 -
 1 file changed, 1 deletion(-)

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