]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Fix invalid characters in _accordion.scss and typography/_base.scss from issue #8554.
authorSeung-Zin Nam <seungzin.nam@tuebingen.mpg.de>
Mon, 26 Dec 2016 13:11:46 +0000 (14:11 +0100)
committerSeung-Zin Nam <seungzin.nam@tuebingen.mpg.de>
Mon, 26 Dec 2016 13:11:46 +0000 (14:11 +0100)
scss/components/_accordion.scss
scss/typography/_base.scss

index e3ba3a9b1c360e5a0e57cddeb0a6a3aca7cbfdb0..0ff2e4445e6e7b6ec9d2821893335f1c22445905 100644 (file)
@@ -105,7 +105,7 @@ $accordion-content-padding: 1rem !default;
     }
 
     .is-active > &::before {
-      content: '';
+      content: '-';
     }
   }
 }
index e52c76dfdb1a9b2c5cd9a3c42d8c616b8dd8f14a..ff055bb49e4325206047722f8bdedc130431a691 100644 (file)
@@ -12,7 +12,7 @@
 //   - Paragraphs <p>
 //   - Bold/italics <b> <strong> <i> <em>
 //   - Small text <small>
-//   - Headings <h1><h6>
+//   - Headings <h1>-<h6>
 //   - Anchors <a>
 //   - Dividers <hr>
 //   - Lists <ul> <ol> <dl>