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 <forgejo@gergo.csillger.hu>
This commit is contained in:
Gergely Nagy 2024-03-18 14:15:27 +01:00
parent 602a6a92c2
commit f756c3c8d0
No known key found for this signature in database

View file

@ -1420,7 +1420,6 @@
.repository .data-table tr {
border-top: 0;
background: none !important;
}
.repository .data-table td,