From 3b825870fae2de31034b85050db7e53f1d542449 Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 3 Dec 2018 18:11:03 +0200 Subject: [PATCH] Restore `cursor: help` for `abbr`. --- less/type.less | 7 +++++++ 1 file changed, 7 insertions(+) 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();