Skip to content

Commit

Permalink
Add specificity to abbr border to match normalize, fixes #5847
Browse files Browse the repository at this point in the history
  • Loading branch information
gakimball committed Sep 24, 2014
1 parent 84461f6 commit 201882a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion scss/foundation/components/_type.scss
Expand Up @@ -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 */
Expand Down

0 comments on commit 201882a

Please sign in to comment.