mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
Removing duplicate text-decoration style for abbr[title] #33197
This commit is contained in:
parent
a5c4a7a1f2
commit
644afc2761
1 changed files with 0 additions and 1 deletions
|
@ -142,7 +142,6 @@ p {
|
|||
|
||||
abbr[title],
|
||||
abbr[data-bs-original-title] { // 1
|
||||
text-decoration: underline; // 2
|
||||
text-decoration: underline dotted; // 2
|
||||
cursor: help; // 3
|
||||
text-decoration-skip-ink: none; // 4
|
||||
|
|
Loading…
Add table
Reference in a new issue