1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-08-30 16:50:00 +02:00

move abbr stuff for tooltip to reboot, clean up type scss

This commit is contained in:
Mark Otto
2015-04-18 11:13:45 -07:00
parent 81fb03406e
commit 88a92e433d
2 changed files with 55 additions and 100 deletions

View File

@@ -94,9 +94,12 @@ p {
margin-bottom: 1rem;
}
abbr[title] {
// Abbreviations and acronyms
abbr[title],
// Add data-* attribute to help out our tooltip plugin, per https://github.com/twbs/bootstrap/issues/5257
abbr[data-original-title] {
cursor: help;
border-bottom-color: #ccc;
border-bottom: 1px dotted $abbr-border-color;
}
address {