From 0c015c7bf3e2bd21428146a8fb21dd4d6143a746 Mon Sep 17 00:00:00 2001 From: Tim Abbott Date: Fri, 4 Mar 2022 12:53:28 -0800 Subject: [PATCH] css: Deduplicate CSS for .always_visible_topic_edit. --- static/styles/zulip.css | 12 +----------- 1 file changed, 1 insertion(+), 11 deletions(-) diff --git a/static/styles/zulip.css b/static/styles/zulip.css index bda8cd35a5..f4e65a0b39 100644 --- a/static/styles/zulip.css +++ b/static/styles/zulip.css @@ -1372,10 +1372,7 @@ td.pointer { color: hsl(200, 100%, 40%); } -.always_visible_topic_edit { - opacity: 0.7; -} - +.always_visible_topic_edit, .on_hover_topic_unmute { opacity: 0.7; @@ -1398,13 +1395,6 @@ td.pointer { } } -.always_visible_topic_edit { - &:hover { - cursor: pointer; - opacity: 1; - } -} - .has_actions_popover .info { opacity: 1; visibility: visible;