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

This commit is contained in:
majordwarf
2020-05-16 19:28:09 +05:30
committed by Tim Abbott
parent d514c5a372
commit 38bd00d63b

View File

@@ -801,25 +801,27 @@ td.pointer {
} }
} }
.floating_recipient .recipient_row { .floating_recipient {
border-top: 1px solid hsl(0, 0%, 88%); .recipient_row {
} border-top: 1px solid hsl(0, 0%, 88%);
}
.floating_recipient .recipient_row_date.hide-date { .recipient_row_date.hide-date {
display: block; display: block;
} }
/* /*
We can't collapse the floating recipient bar yet, so this is We can't collapse the floating recipient bar yet, so this is
just a temporary hack. just a temporary hack.
*/ */
.floating_recipient .messages-collapse { .messages-collapse {
display: none; display: none;
} }
.floating_recipient .message_header_private_message { .message_header_private_message {
border-bottom: 0px; border-bottom: 0px;
border-left: 0px; border-left: 0px;
}
} }
.stream_label { .stream_label {