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:
Tim Abbott 2017-05-16 23:50:38 -07:00
parent 8b9929e771
commit a6af57e90d
1 changed files with 1 additions and 1 deletions

View File

@ -682,7 +682,7 @@ td.pointer {
margin-bottom: 10px;
}
.floating_recipient {
.floating_recipient .recipient_row {
border-top: 1px solid #e2e2e2;
}