From f756c3c8d0204601f2a9b3d1990d7c8d9bfbeb45 Mon Sep 17 00:00:00 2001 From: Gergely Nagy Date: Mon, 18 Mar 2024 14:15:27 +0100 Subject: [PATCH] Do not override the background for `.repository .data-table tr` A previous commit (via gitea#29638) changed the `.repository .data-table .tr` CSS rule to forcibly override the background to `none`. This, in turn, disabled the even-odd row coloring. Doing so should be a preference of the theme used, and should not be enforced by the core CSS rules. This patch removes the override. Signed-off-by: Gergely Nagy --- web_src/css/repo.css | 1 - 1 file changed, 1 deletion(-) diff --git a/web_src/css/repo.css b/web_src/css/repo.css index 03d966433..0704e7406 100644 --- a/web_src/css/repo.css +++ b/web_src/css/repo.css @@ -1420,7 +1420,6 @@ .repository .data-table tr { border-top: 0; - background: none !important; } .repository .data-table td,