From: XhmikosR Date: Mon, 3 Dec 2018 16:11:03 +0000 (+0200) Subject: Restore `cursor: help` for `abbr`. X-Git-Tag: v3.4.0~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=3b825870fae2de31034b85050db7e53f1d542449;p=thirdparty%2Fbootstrap.git Restore `cursor: help` for `abbr`. --- diff --git a/less/type.less b/less/type.less index 121df2316f..1980e40831 100644 --- a/less/type.less +++ b/less/type.less @@ -231,6 +231,13 @@ dd { // Misc // ------------------------- +// Abbreviations and acronyms +// Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257 +abbr[title], +abbr[data-original-title] { + cursor: help; +} + .initialism { font-size: 90%; .text-uppercase();