mirror of
https://github.com/tenrok/bootstrap.git
synced 2026-06-17 19:21:23 +03:00
Removing duplicate text-decoration style for abbr[title] #33197
This commit is contained in:
@@ -142,7 +142,6 @@ p {
|
|||||||
|
|
||||||
abbr[title],
|
abbr[title],
|
||||||
abbr[data-bs-original-title] { // 1
|
abbr[data-bs-original-title] { // 1
|
||||||
text-decoration: underline; // 2
|
|
||||||
text-decoration: underline dotted; // 2
|
text-decoration: underline dotted; // 2
|
||||||
cursor: help; // 3
|
cursor: help; // 3
|
||||||
text-decoration-skip-ink: none; // 4
|
text-decoration-skip-ink: none; // 4
|
||||||
|
|||||||
Reference in New Issue
Block a user