From 9012ddfc126a1df33bcaeff2cd68c1135ed9a39b Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Mon, 11 Jan 2016 09:31:00 -0800 Subject: [PATCH] Remove Normalize.css's
styling, which is being undone by our reset already #7834 --- scss/_global.scss | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) 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. -- 2.47.3