From: Geoff Kimball Date: Mon, 11 Jan 2016 17:31:00 +0000 (-0800) Subject: Remove Normalize.css's
styling, which is being undone by our reset already... X-Git-Tag: v6.1.2~72 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9012ddfc126a1df33bcaeff2cd68c1135ed9a39b;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Remove Normalize.css's
styling, which is being undone by our reset already #7834 --- diff --git a/scss/_global.scss b/scss/_global.scss index 36186e14c..2bdeb46df 100644 --- a/scss/_global.scss +++ b/scss/_global.scss @@ -581,13 +581,14 @@ $foundation-colors: ( /** * Define consistent border, margin, and padding. + * [NOTE] We don't enable this ruleset in Foundation, because we want the
element to have plain styling. */ - fieldset { + /* fieldset { border: 1px solid #c0c0c0; margin: 0 2px; padding: 0.35em 0.625em 0.75em; - } + } */ /** * 1. Correct `color` not being inherited in IE 8/9/10/11.