1
0
Fork 0
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 (#33325)

Removing duplicate text-decoration style for abbr[title] #33197
This commit is contained in:
gopal-jayaraman 2021-03-11 08:36:18 +05:30 committed by GitHub
parent a5c4a7a1f2
commit 644afc2761
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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