css: Use SCSS nesting in zulip.scss for .actions_hovered.

This commit is contained in:
majordwarf
2020-05-19 15:45:47 +05:30
committed by Tim Abbott
parent bdc7c7d1d3
commit c22090e438

View File

@@ -1201,14 +1201,16 @@ a.dark_background:hover,
font-size: 60%;
}
.actions_hovered .message_time,
.actions_hovered .info {
color: hsl(200, 100%, 40%);
cursor: pointer;
}
.actions_hovered {
.message_time,
.info {
color: hsl(200, 100%, 40%);
cursor: pointer;
}
.actions_hovered .actions_link {
text-decoration: underline;
.actions_link {
text-decoration: underline;
}
}
.info {