css: Use SCSS nesting in zulip.scss for `.messagebox`.

This commit is contained in:
majordwarf 2020-05-16 17:55:42 +05:30 committed by Tim Abbott
parent fab0263e70
commit 6b06a23783
1 changed files with 16 additions and 16 deletions

View File

@ -755,9 +755,8 @@ td.pointer {
cursor: pointer;
vertical-align: top;
border: none;
}
.messagebox:hover .message_controls {
&:hover .message_controls {
.empty-star {
opacity: 0.4;
}
@ -771,10 +770,11 @@ td.pointer {
opacity: 1;
pointer-events: all;
}
}
}
.messagebox .message_top_line {
.message_top_line {
position: relative;
}
}
.message_header {