Skip to content
Snippets Groups Projects
Verified Commit 79a49040 authored by Théodore Biadala's avatar Théodore Biadala
Browse files

Issue #3403535 by mlncn, tobiasb, nayana_mvr, pameeela: Claro removes default...

Issue #3403535 by mlncn, tobiasb, nayana_mvr, pameeela: Claro removes default styling from abbreviations (<abbr> tag)
parent 6067ed42
No related branches found
No related tags found
No related merge requests found
...@@ -205,16 +205,6 @@ ol { ...@@ -205,16 +205,6 @@ ol {
padding: 0; 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 { code {
margin: 0.5em 0; margin: 0.5em 0;
} }
......
...@@ -167,14 +167,6 @@ ol { ...@@ -167,14 +167,6 @@ ol {
padding: 0; padding: 0;
} }
/**
* Fix duplicate border caused by normalize.css adding border-bottom without
* removing the text-decoration.
*/
abbr[title] {
text-decoration: none;
}
code { code {
margin: 0.5em 0; margin: 0.5em 0;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment