Skip to content

Commit

Permalink
Merge pull request #1 from gopal-jayaraman/gopal-jayaraman-patch-1
Browse files Browse the repository at this point in the history
Fix: removing duplicate text-decoration style for abbr[title] twbs#33197
  • Loading branch information
gopal-jayaraman authored Mar 10, 2021
2 parents 7d3fa63 + 482000b commit 4e6f1f1
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 4e6f1f1

Please sign in to comment.