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:
Tim Abbott
2021-07-13 09:12:02 -07:00
parent 9688a4fc97
commit 41dbe8ee6b

View File

@@ -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;