mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
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.
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user