Restore cursor: help for abbr.
This commit is contained in:
parent
bf69f1fcec
commit
3b825870fa
1 changed files with 7 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue