message-feed: Remove white backgrounds on messages.

They aren’t necessary either I don’t believe.
This commit is contained in:
Brock Whittaker 2017-11-15 16:35:57 -08:00 committed by Steve Howell
parent cd3ea16785
commit ff39aa0eb5
1 changed files with 0 additions and 2 deletions

View File

@ -749,7 +749,6 @@ td.pointer {
}
.message_list .recipient_row {
background: hsl(0, 0%, 94%);
border-bottom: 1px solid hsl(0, 0%, 88%);
margin-bottom: 10px;
}
@ -1043,7 +1042,6 @@ td.pointer {
private messages, mentions, and unread messages */
.messagebox {
background-color: hsl(0, 0%, 100%);
position: relative;
}