From: Mark Otto Date: Mon, 3 Jul 2017 18:33:56 +0000 (-0700) Subject: remove abbr border-bottom styling. fixes #16574. X-Git-Tag: v3.4.0~48^2~34 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7011e272c18cbe758649592b5b9d7bcd19a9c0c4;p=thirdparty%2Fbootstrap.git remove abbr border-bottom styling. fixes #16574. --- diff --git a/less/type.less b/less/type.less index 0d4fee4848..01a41f1d02 100644 --- a/less/type.less +++ b/less/type.less @@ -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();