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
parent
f096a302e8
commit
d8e98d6740
|
@ -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;
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue