mirror of https://github.com/zulip/zulip.git
css: Deduplicate CSS for .always_visible_topic_edit.
This commit is contained in:
parent
e3237ae7e1
commit
0c015c7bf3
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue