]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Use dash glyph instead of minus for accordion 9570/head
authorSeung-Zin Nam <seung-zin.nam@student.uni-tuebingen.de>
Tue, 27 Dec 2016 14:53:04 +0000 (15:53 +0100)
committerGitHub <noreply@github.com>
Tue, 27 Dec 2016 14:53:04 +0000 (15:53 +0100)
See https://github.com/zurb/foundation-sites/pull/9570#issuecomment-269328088

scss/components/_accordion.scss

index 0ff2e4445e6e7b6ec9d2821893335f1c22445905..e29e76a0e8875fd582d713d6649aead1f8bd89f6 100644 (file)
@@ -105,7 +105,7 @@ $accordion-content-padding: 1rem !default;
     }
 
     .is-active > &::before {
-      content: '-';
+      content: '\2013';
     }
   }
 }