Verified Commit 730dc82c 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)

(cherry picked from commit 79a49040)
parent 71ac91d7
Loading
Loading
Loading
Loading
Loading
+0 −10
Original line number Diff line number Diff line
@@ -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;
}
+0 −8
Original line number Diff line number Diff line
@@ -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;
}