aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgopal-jayaraman <[email protected]>2021-03-11 08:36:18 +0530
committerGitHub <[email protected]>2021-03-10 19:06:18 -0800
commit644afc276169fd94ee2e6c5c79df8337be1b12ed (patch)
treed2a298174fb875140b06a7a888606eb888e28cb4
parenta5c4a7a1f2ffe46ed96192c46122005957f1fcc9 (diff)
downloadbootstrap-644afc276169fd94ee2e6c5c79df8337be1b12ed.tar.xz
bootstrap-644afc276169fd94ee2e6c5c79df8337be1b12ed.zip
Removing duplicate text-decoration style for abbr[title] #33197 (#33325)
Removing duplicate text-decoration style for abbr[title] #33197
-rw-r--r--scss/_reboot.scss1
1 files changed, 0 insertions, 1 deletions
diff --git a/scss/_reboot.scss b/scss/_reboot.scss
index d49a68fe5..352046988 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