removes duplicated abbr border bottom
This commit is contained in:
@@ -223,7 +223,7 @@ $keystroke-color: $black;
|
|||||||
$keystroke-background: $light-gray;
|
$keystroke-background: $light-gray;
|
||||||
$keystroke-padding: rem-calc(2 4 0);
|
$keystroke-padding: rem-calc(2 4 0);
|
||||||
$keystroke-radius: $global-radius;
|
$keystroke-radius: $global-radius;
|
||||||
$abbr-underline: 1px dotted $black;
|
$abbr-underline: none;
|
||||||
|
|
||||||
// 5. Typography Helpers
|
// 5. Typography Helpers
|
||||||
// ---------------------
|
// ---------------------
|
||||||
|
|||||||
@@ -154,7 +154,7 @@
|
|||||||
color: $text-medium;
|
color: $text-medium;
|
||||||
|
|
||||||
&[title] {
|
&[title] {
|
||||||
border-bottom: 1px dotted $text-medium;
|
border-bottom: none;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user