Skip to content

Commit

Permalink
Removing duplicate text-decoration style for abbr[title] #33197 (#33325)
Browse files Browse the repository at this point in the history
Removing duplicate text-decoration style for abbr[title] #33197
  • Loading branch information
gopal-jayaraman committed Mar 11, 2021
1 parent a5c4a7a commit 644afc2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion scss/_reboot.scss
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 644afc2

Please sign in to comment.