From 41dbe8ee6ba849f103b6ff2082e9760528969fb9 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Tue, 13 Jul 2021 09:12:02 -0700 Subject: [PATCH] recipient bars: Make unresolve topic CSS match resolve topic. This avoids showing a highlighted checkmark for resolve topics, which looks weird given that the topic name itself contains a "resolve topic" checkmark. --- static/styles/zulip.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index 404a150cd8..2c6302fc6b 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -1311,7 +1311,6 @@ td.pointer { opacity: 0.7; } -.on_hover_topic_unresolve, .on_hover_topic_unmute { opacity: 0.7; @@ -1321,6 +1320,7 @@ td.pointer { } } +.on_hover_topic_unresolve, .on_hover_topic_resolve, .on_hover_topic_mute { opacity: 0.2;