]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Remove Normalize.css's <fieldset> styling, which is being undone by our reset already...
authorGeoff Kimball <geoff@zurb.com>
Mon, 11 Jan 2016 17:31:00 +0000 (09:31 -0800)
committerGeoff Kimball <geoff@zurb.com>
Mon, 11 Jan 2016 17:31:00 +0000 (09:31 -0800)
scss/_global.scss

index 36186e14c70a156dd3a582f4a9f86231684f3f21..2bdeb46dfd54ad6ef6a0ba0bc9990780fa2e0f07 100644 (file)
@@ -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 <fieldset> 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.