From 5065ae36377573934982fad418c54308a0ae5e11 Mon Sep 17 00:00:00 2001 From: Sharif Naas Date: Sat, 6 Jun 2020 03:58:29 -0700 Subject: [PATCH] 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 4f81bdd0a6016d1d2d37c48f39da03b49281d5f4. It also existed in the default CSS at that time. --- static/styles/night_mode.scss | 1 - 1 file changed, 1 deletion(-) diff --git a/static/styles/night_mode.scss b/static/styles/night_mode.scss index 66e5981f48..9da99b4428 100644 --- a/static/styles/night_mode.scss +++ b/static/styles/night_mode.scss @@ -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; } } }