From 7e6706b3cfd04bbdcf6ebd3c9d7ac6ac6afa120a Mon Sep 17 00:00:00 2001 From: NimBold Date: Mon, 29 Jun 2026 21:46:24 +0330 Subject: [PATCH] fix(ui): remove conflicting nth-child rule for download row stripes --- src/index.css | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/index.css b/src/index.css index 8ce311c..8edd184 100644 --- a/src/index.css +++ b/src/index.css @@ -1528,9 +1528,7 @@ html[data-list-density="relaxed"] .download-ghost-row { overflow: hidden; } - .download-row:nth-child(even) { - background: hsl(var(--stripe-bg)); - } + .download-row.is-selected { background: hsl(var(--accent-color) / 0.15) !important;