From: Pierre-Emmanuel Fringant Date: Thu, 27 Mar 2014 10:23:28 +0000 (+0100) Subject: Add -webkit-appearance reset for submit input X-Git-Tag: v5.2.2~63^2 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=refs%2Fpull%2F4817%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Add -webkit-appearance reset for submit input This reset was present on previous versions of Foundation but missing on 5.2.1 --- diff --git a/scss/foundation/components/_forms.scss b/scss/foundation/components/_forms.scss index 96afc77fe..9b5425afe 100644 --- a/scss/foundation/components/_forms.scss +++ b/scss/foundation/components/_forms.scss @@ -381,6 +381,7 @@ $select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%) !default; input[type="tel"], input[type="time"], input[type="url"], + input[type="submit"], textarea { -webkit-appearance: none; @include form-element;