Issue #3403535 by mlncn, tobiasb, nayana_mvr, pameeela: Claro removes default styling from abbreviations (<abbr> tag)

(cherry picked from commit 79a4904009)
merge-requests/9613/head
nod_ 2024-09-25 17:33:09 +02:00
parent f096a302e8
commit d8e98d6740
No known key found for this signature in database
GPG Key ID: 76624892606FA197
2 changed files with 0 additions and 18 deletions

View File

@ -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;
}

View File

@ -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;
}