diff --git a/scss/_custom-forms.scss b/scss/_custom-forms.scss
index 5cdf45e204074cfcf44adb095d1f65d421314f7a..50731111fb117479ceca670c1109d03911d42e23 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;