css: Deduplicate CSS for .always_visible_topic_edit.

This commit is contained in:
Tim Abbott 2022-03-04 12:53:28 -08:00 committed by Tim Abbott
parent e3237ae7e1
commit 0c015c7bf3
1 changed files with 1 additions and 11 deletions

View File

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