From: Drew Franklin Date: Fri, 5 May 2017 18:19:55 +0000 (-0700) Subject: Update to abbreviation specificity to overwrite normalize X-Git-Tag: v6.4.0-rc1~47^2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F10011%2Fhead;p=thirdparty%2Ffoundation%2Ffoundation-sites.git Update to abbreviation specificity to overwrite normalize Normalize's abbr[title] styling was overwriting this style. Adding this specificity promotes foundation abbr above normalize --- diff --git a/scss/typography/_base.scss b/scss/typography/_base.scss index ff055bb49..f85c398ce 100644 --- a/scss/typography/_base.scss +++ b/scss/typography/_base.scss @@ -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