aboutsummaryrefslogtreecommitdiff
path: root/scss
diff options
context:
space:
mode:
authorMark Otto <[email protected]>2016-11-28 20:26:28 -0800
committerGitHub <[email protected]>2016-11-28 20:26:28 -0800
commitaf937836d95ebf7bc100288bef7a7f99b637d7f9 (patch)
treeac44f00e3ed5c3f37ee618e18c501e4c68d4c920 /scss
parent4c807de7f06b05e1cb47f7fcf2e941b2c0c62f9d (diff)
downloadbootstrap-af937836d95ebf7bc100288bef7a7f99b637d7f9.tar.xz
bootstrap-af937836d95ebf7bc100288bef7a7f99b637d7f9.zip
Fix #20908 (#21244)
Remove the border-bottom from abbr elements since that's covered with an underline in Normalize.css. Updates the docs to match and tweaks some code comments, too.
Diffstat (limited to 'scss')
-rw-r--r--scss/_reboot.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index 65f20b4d6..1ca9c54f4 100644
--- a/scss/_reboot.scss
+++ b/scss/_reboot.scss
@@ -112,12 +112,11 @@ p {
margin-bottom: 1rem;
}
-// Abbreviations and acronyms
+// Abbreviations
abbr[title],
// Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257
abbr[data-original-title] {
cursor: help;
- border-bottom: 1px dotted $abbr-border-color;
}
address {