Skip to content

Commit

Permalink
css: Fix floating recipient bar border appearing when bar hidden.
Browse files Browse the repository at this point in the history
It's the .recipient_row, not the .floating_recipient element, that
gets `display: none` added when the floating recipient bar is hidden.
  • Loading branch information
timabbott committed May 17, 2017
1 parent 8b9929e commit a6af57e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion static/styles/zulip.css
Original file line number Diff line number Diff line change
Expand Up @@ -682,7 +682,7 @@ td.pointer {
margin-bottom: 10px;
}

.floating_recipient {
.floating_recipient .recipient_row {
border-top: 1px solid #e2e2e2;
}

Expand Down

0 comments on commit a6af57e

Please sign in to comment.