css: Remove superflous background color on date row.

This fix prevents the active-message outline from being obscured
under certain conditions, such as when setting a browser to zoom
out at 90% or less.

Suggested-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Karl Stolley 2023-05-28 15:49:15 -04:00 committed by Tim Abbott
parent 067ce35fb1
commit 052e6655b5
1 changed files with 0 additions and 1 deletions

View File

@ -37,7 +37,6 @@ $time_column_max_width: 150px;
.date_row {
grid-area: date_row;
background-color: var(--color-background-stream-message-content);
/* We only want padding for the date rows between recipient blocks */
padding-bottom: 0;