css: Fix unread indicator being partially displayed on date_row.

Add a border to the left of date row to override the unread
indicator.
This commit is contained in:
Aman Agrawal
2023-05-04 12:37:41 +00:00
committed by Tim Abbott
parent c578a38423
commit ddc1406090

View File

@@ -3028,6 +3028,8 @@ select.invite-as {
.message_row.unread {
.date_row {
position: relative;
border-left: 1px solid var(--color-message-list-border);
left: -1px;
/* Needs to be lower than the z-index of message_header. */
z-index: 3;
}