Skip to content

Commit

Permalink
Restore cursor: help for abbr.
Browse files Browse the repository at this point in the history
  • Loading branch information
XhmikosR committed Dec 10, 2018
1 parent bf69f1f commit 3b82587
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions less/type.less
Expand Up @@ -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();
Expand Down

0 comments on commit 3b82587

Please sign in to comment.