mirror of
https://github.com/zulip/zulip.git
synced 2025-10-27 01:53:59 +00:00
css: Use SCSS nesting in zulip.scss for .floating_recipient.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user