From 644afc276169fd94ee2e6c5c79df8337be1b12ed Mon Sep 17 00:00:00 2001 From: gopal-jayaraman <78528954+gopal-jayaraman@users.noreply.github.com> Date: Thu, 11 Mar 2021 08:36:18 +0530 Subject: [PATCH] Removing duplicate text-decoration style for abbr[title] #33197 (#33325) Removing duplicate text-decoration style for abbr[title] #33197 --- scss/_reboot.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/scss/_reboot.scss b/scss/_reboot.scss index d49a68fe5127..35204698838e 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