unread_marker: Style as subtle linear gradient.

This commit is contained in:
Karl Stolley 2023-05-24 13:09:02 -05:00 committed by Tim Abbott
parent 38dd1de5b2
commit 199567228a
1 changed files with 6 additions and 1 deletions

View File

@ -82,8 +82,13 @@ $time_column_max_width: 150px;
}
.unread-marker-fill {
border-left: 2px solid var(--color-unread-marker);
height: 100%;
width: 2px;
background: linear-gradient(
90deg,
var(--color-unread-marker) 30%,
hsl(217deg 64% 59% / 0%)
);
}
&.unread .unread_marker {