From 79a4904009909e83b94b6cbbfcc55600def67233 Mon Sep 17 00:00:00 2001
From: nod_ <nod_@598310.no-reply.drupal.org>
Date: Wed, 25 Sep 2024 17:33:09 +0200
Subject: [PATCH] Issue #3403535 by mlncn, tobiasb, nayana_mvr, pameeela: Claro
 removes default styling from abbreviations (<abbr> tag)

---
 core/themes/claro/css/base/elements.css      | 10 ----------
 core/themes/claro/css/base/elements.pcss.css |  8 --------
 2 files changed, 18 deletions(-)

diff --git a/core/themes/claro/css/base/elements.css b/core/themes/claro/css/base/elements.css
index d09088fd0845..b341a565cf0c 100644
--- a/core/themes/claro/css/base/elements.css
+++ b/core/themes/claro/css/base/elements.css
@@ -205,16 +205,6 @@ ol {
   padding: 0;
 }
 
-/**
- * Fix duplicate border caused by normalize.css adding border-bottom without
- * removing the text-decoration.
- */
-
-abbr[title] {
-  -webkit-text-decoration: none;
-  text-decoration: none;
-}
-
 code {
   margin: 0.5em 0;
 }
diff --git a/core/themes/claro/css/base/elements.pcss.css b/core/themes/claro/css/base/elements.pcss.css
index 709e94cb52e1..746dd678a661 100644
--- a/core/themes/claro/css/base/elements.pcss.css
+++ b/core/themes/claro/css/base/elements.pcss.css
@@ -167,14 +167,6 @@ ol {
   padding: 0;
 }
 
-/**
- * Fix duplicate border caused by normalize.css adding border-bottom without
- * removing the text-decoration.
- */
-abbr[title] {
-  text-decoration: none;
-}
-
 code {
   margin: 0.5em 0;
 }
-- 
GitLab