mirror of https://github.com/zulip/zulip.git
css: Use SCSS nesting in zulip.scss for `.floating_recipient`.
This commit is contained in:
parent
d514c5a372
commit
38bd00d63b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue