]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
remove abbr border-bottom styling. fixes #16574.
authorMark Otto <markdotto@gmail.com>
Mon, 3 Jul 2017 18:33:56 +0000 (11:33 -0700)
committerMark Otto <markdotto@gmail.com>
Mon, 3 Jul 2017 18:33:56 +0000 (11:33 -0700)
less/type.less

index 0d4fee48486eaaa946e42f0335af6789fcf2a8d8..01a41f1d0232e6ac32bbc357fc9276b74f361fb2 100644 (file)
@@ -229,13 +229,6 @@ dd {
 // Misc
 // -------------------------
 
-// Abbreviations and acronyms
-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;
-}
 .initialism {
   font-size: 90%;
   .text-uppercase();