]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Update to abbreviation specificity to overwrite normalize 10011/head
authorDrew Franklin <drew@drewfranklin.com>
Fri, 5 May 2017 18:19:55 +0000 (11:19 -0700)
committerGitHub <noreply@github.com>
Fri, 5 May 2017 18:19:55 +0000 (11:19 -0700)
Normalize's abbr[title] styling was overwriting this style. Adding this specificity promotes foundation abbr above normalize

scss/typography/_base.scss

index ff055bb49e4325206047722f8bdedc130431a691..f85c398cec46af470b2676dfd05c41ccd08b194c 100644 (file)
@@ -469,10 +469,11 @@ $abbr-underline: 1px dotted $black !default;
   }
 
   // Abbreviations
-  abbr {
+  abbr, abbr[title] {
     border-bottom: $abbr-underline;
     color: $body-font-color;
     cursor: help;
+    text-decoration: none;
   }
 
   // Figures