]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Restore `cursor: help` for `abbr`.
authorXhmikosR <xhmikosr@gmail.com>
Mon, 3 Dec 2018 16:11:03 +0000 (18:11 +0200)
committerXhmikosR <xhmikosr@gmail.com>
Mon, 10 Dec 2018 09:08:34 +0000 (11:08 +0200)
less/type.less

index 121df2316f896736a35bd60275d83e0c0a30bb53..1980e40831dd509a0f917705ba4f5a6a848f08ff 100644 (file)
@@ -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();