removes duplicated abbr border bottom

This commit is contained in:
decabeza
2017-06-02 16:41:35 +02:00
parent d3b7eceba9
commit 4f5c163036
2 changed files with 2 additions and 2 deletions

View File

@@ -223,7 +223,7 @@ $keystroke-color: $black;
$keystroke-background: $light-gray;
$keystroke-padding: rem-calc(2 4 0);
$keystroke-radius: $global-radius;
$abbr-underline: 1px dotted $black;
$abbr-underline: none;
// 5. Typography Helpers
// ---------------------

View File

@@ -154,7 +154,7 @@
color: $text-medium;
&[title] {
border-bottom: 1px dotted $text-medium;
border-bottom: none;
}
}