Skip to content
Snippets Groups Projects

Issue #3403535: Claro removes default styling from abbreviations (<abbr> tag)

2 files
+ 0
18
Compare changes
  • Side-by-side
  • Inline
Files
2
@@ -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;
}
Loading