From bbe2a7cdadaaa6a190b0c801608f62f275c40526 Mon Sep 17 00:00:00 2001 From: Deimos Date: Mon, 22 Oct 2018 15:58:40 -0600 Subject: [PATCH] Delete excess collapsed-comment CSS rule --- tildes/scss/_themes.scss | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tildes/scss/_themes.scss b/tildes/scss/_themes.scss index 870021a..ad921f4 100644 --- a/tildes/scss/_themes.scss +++ b/tildes/scss/_themes.scss @@ -317,13 +317,6 @@ $theme-black: map-merge($theme-base, ( color: $red; } - .is-comment-collapsed { - header { - color: $foreground-secondary; - background-color: $background-primary; - } - } - .label-topic-tag { color: $foreground-middle;