css: Remove redundant declaration from night mode CSS.

This declaration already exists in the default CSS.

This declaration was present when the edit history modal was first
given a night mode (then called "dark mode") style in November 2017 in
4f81bdd0a6. It also existed in the
default CSS at that time.
This commit is contained in:
Sharif Naas
2020-06-06 03:58:29 -07:00
committed by Tim Abbott
parent b148c8dbd6
commit 5065ae3637

View File

@@ -491,7 +491,6 @@ on a dark background, and don't change the dark labels dark either. */
.highlight_text_deleted {
color: hsl(0, 90%, 67%);
background-color: hsla(7, 54%, 62%, 0.38);
text-decoration: line-through;
}
}
}