mirror of https://github.com/zulip/zulip.git
css: Fix floating recipient bar border appearing when bar hidden.
It's the .recipient_row, not the .floating_recipient element, that gets `display: none` added when the floating recipient bar is hidden.
This commit is contained in:
parent
8b9929e771
commit
a6af57e90d
|
@ -682,7 +682,7 @@ td.pointer {
|
|||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.floating_recipient {
|
||||
.floating_recipient .recipient_row {
|
||||
border-top: 1px solid #e2e2e2;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue