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%; font-size: 60%;
} }
.actions_hovered .message_time, .actions_hovered {
.actions_hovered .info { .message_time,
color: hsl(200, 100%, 40%); .info {
cursor: pointer; color: hsl(200, 100%, 40%);
} cursor: pointer;
}
.actions_hovered .actions_link { .actions_link {
text-decoration: underline; text-decoration: underline;
}
} }
.info { .info {