From 201882a2603a2167705c682f842982834d08732f Mon Sep 17 00:00:00 2001 From: Geoff Kimball Date: Wed, 24 Sep 2014 10:02:21 -0700 Subject: [PATCH] Add specificity to abbr border to match normalize, fixes #5847 --- scss/foundation/components/_type.scss | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/scss/foundation/components/_type.scss b/scss/foundation/components/_type.scss index bdaef41dc..ff1999631 100644 --- a/scss/foundation/components/_type.scss +++ b/scss/foundation/components/_type.scss @@ -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 */ -- 2.47.3