Skip to content

Commit 6789780

Browse files
committed
fix regression: add zebra effect in list and columns view
1 parent 8137860 commit 6789780

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

client/scss/_colors.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ $focus-visible-box-shadow: rgb(50, 150, 250) 0 0 5px;
55
$active-rectangle: var(--accent, rgb(210, 210, 112));
66
$body-fg-color: var(--body-fg, #000);
77
$body-bg-color: var(--body-bg, #fff);
8+
$darkened-bg: var(--darkened-bg, #f0f0f0);
89
$border-color: var(--border-color, #808080);
910
$selected-bg-color: var(--selected-bg, #f0f0f0);
1011
$selected-row-color: var(--selected-row, #ffffcc);

client/scss/finder-admin.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -424,7 +424,7 @@ ul.messagelist {
424424
box-sizing: border-box;
425425

426426
&:nth-child(even):not(.selected) {
427-
background-color: $body-bg-color;
427+
background-color: $darkened-bg;
428428
}
429429

430430
&:last-child {

0 commit comments

Comments
 (0)