]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Removing duplicate text-decoration style for abbr[title] #33197 (#33325)
authorgopal-jayaraman <78528954+gopal-jayaraman@users.noreply.github.com>
Thu, 11 Mar 2021 03:06:18 +0000 (08:36 +0530)
committerGitHub <noreply@github.com>
Thu, 11 Mar 2021 03:06:18 +0000 (19:06 -0800)
Removing duplicate text-decoration style for abbr[title] #33197

scss/_reboot.scss

index d49a68fe5127c037b6dd4e9b8eabb28b6bf11f7f..35204698838e4dc9c67b6985740b6f571c7ce208 100644 (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