From: octlabs Date: Thu, 11 Jun 2015 14:56:08 +0000 (+0200) Subject: Default input type X-Git-Tag: v5.5.3~63^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=refs%2Fpull%2F6622%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Default input type Fix to https://github.com/zurb/foundation/issues/6416 "The default type is text, if this attribute is not specified." (https://developer.mozilla.org/en-US/docs/Web/HTML/Element/input#attr-type) --- diff --git a/scss/foundation/components/_forms.scss b/scss/foundation/components/_forms.scss index 103838804..a1230a646 100644 --- a/scss/foundation/components/_forms.scss +++ b/scss/foundation/components/_forms.scss @@ -418,7 +418,7 @@ $select-hover-bg-color: scale-color($select-bg-color, $lightness: -3%) !default; span.postfix, label.postfix { @include postfix(); } /* We use this to get basic styling on all basic form elements */ - #{text-inputs(all, 'input')} { + input:not([type]), #{text-inputs(all, 'input')} { -webkit-appearance: none; -moz-appearance: none; border-radius: 0;