From: gopal-jayaraman <78528954+gopal-jayaraman@users.noreply.github.com> Date: Thu, 11 Mar 2021 03:06:18 +0000 (+0530) Subject: Removing duplicate text-decoration style for abbr[title] #33197 (#33325) X-Git-Tag: v5.0.0-beta3~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=644afc276169fd94ee2e6c5c79df8337be1b12ed;p=thirdparty%2Fbootstrap.git Removing duplicate text-decoration style for abbr[title] #33197 (#33325) Removing duplicate text-decoration style for abbr[title] #33197 --- diff --git a/scss/_reboot.scss b/scss/_reboot.scss index d49a68fe51..3520469883 100644 --- a/scss/_reboot.scss +++ b/scss/_reboot.scss @@ -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