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
1 changed files with 18 additions and 16 deletions

View File

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