0
0
mirror of https://github.com/twbs/bootstrap.git synced 2024-12-04 16:24:22 +01:00

Restore cursor: help for abbr.

This commit is contained in:
XhmikosR 2018-12-03 18:11:03 +02:00
parent bf69f1fcec
commit 3b825870fa

View 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();