mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-04-21 12:44:43 +00:00
Only show help cursor/border for abbr with title
This commit is contained in:
parent
df757fb040
commit
f08b407667
3 changed files with 2 additions and 2 deletions
Binary file not shown.
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
|
|
@ -415,7 +415,7 @@ em {
|
|||
.muted {
|
||||
color: #999999;
|
||||
}
|
||||
abbr {
|
||||
abbr[title] {
|
||||
border-bottom: 1px dotted #ddd;
|
||||
cursor: help;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -154,7 +154,7 @@ em {
|
|||
}
|
||||
|
||||
// Abbreviations and acronyms
|
||||
abbr {
|
||||
abbr[title] {
|
||||
border-bottom: 1px dotted #ddd;
|
||||
cursor: help;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue