mirror of
https://github.com/zulip/zulip.git
synced 2025-10-23 04:52:12 +00:00
css: Deduplicate CSS for .always_visible_topic_edit.
This commit is contained in:
@@ -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;
|
||||
|
Reference in New Issue
Block a user