Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/twbs/bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorgopal-jayaraman <78528954+gopal-jayaraman@users.noreply.github.com>2021-03-11 06:06:18 +0300
committerGitHub <noreply@github.com>2021-03-11 06:06:18 +0300
commit644afc276169fd94ee2e6c5c79df8337be1b12ed (patch)
treed2a298174fb875140b06a7a888606eb888e28cb4
parenta5c4a7a1f2ffe46ed96192c46122005957f1fcc9 (diff)
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 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