]> git.ipfire.org Git - thirdparty/foundation/foundation-sites.git/commitdiff
Add specificity to abbr border to match normalize, fixes #5847
authorGeoff Kimball <geoff@zurb.com>
Wed, 24 Sep 2014 17:02:21 +0000 (10:02 -0700)
committerGeoff Kimball <geoff@zurb.com>
Wed, 24 Sep 2014 17:02:21 +0000 (10:02 -0700)
scss/foundation/components/_type.scss

index bdaef41dc2402f09febf42d2f0a1184b6848f3d7..ff19996318532bbf1eea61f56d66d34a3a63d226 100644 (file)
@@ -386,11 +386,13 @@ $align-class-breakpoints:
       text-transform: uppercase;
       font-size: 90%;
       color: $body-font-color;
-      border-bottom: $acronym-underline;
       cursor: $cursor-help-value;
     }
     abbr {
       text-transform: none;
+      &[title] {
+        border-bottom: $acronym-underline;
+      }
     }
 
     /* Blockquotes */