mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 11:21:23 +02:00
Only show help cursor/border for abbr with title
This commit is contained in:
Binary file not shown.
2
docs/assets/css/bootstrap.css
vendored
2
docs/assets/css/bootstrap.css
vendored
@@ -415,7 +415,7 @@ em {
|
|||||||
.muted {
|
.muted {
|
||||||
color: #999999;
|
color: #999999;
|
||||||
}
|
}
|
||||||
abbr {
|
abbr[title] {
|
||||||
border-bottom: 1px dotted #ddd;
|
border-bottom: 1px dotted #ddd;
|
||||||
cursor: help;
|
cursor: help;
|
||||||
}
|
}
|
||||||
|
@@ -154,7 +154,7 @@ em {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// Abbreviations and acronyms
|
// Abbreviations and acronyms
|
||||||
abbr {
|
abbr[title] {
|
||||||
border-bottom: 1px dotted #ddd;
|
border-bottom: 1px dotted #ddd;
|
||||||
cursor: help;
|
cursor: help;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user