Skip to content

Commit

Permalink
fix regression: add zebra effect in list and columns view
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Nov 13, 2024
1 parent 8137860 commit 6789780
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions client/scss/_colors.scss
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ $focus-visible-box-shadow: rgb(50, 150, 250) 0 0 5px;
$active-rectangle: var(--accent, rgb(210, 210, 112));
$body-fg-color: var(--body-fg, #000);
$body-bg-color: var(--body-bg, #fff);
$darkened-bg: var(--darkened-bg, #f0f0f0);
$border-color: var(--border-color, #808080);
$selected-bg-color: var(--selected-bg, #f0f0f0);
$selected-row-color: var(--selected-row, #ffffcc);
Expand Down
2 changes: 1 addition & 1 deletion client/scss/finder-admin.scss
Original file line number Diff line number Diff line change
Expand Up @@ -424,7 +424,7 @@ ul.messagelist {
box-sizing: border-box;

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

&:last-child {
Expand Down

0 comments on commit 6789780

Please sign in to comment.