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:
parent
602a6a92c2
commit
f756c3c8d0
1 changed files with 0 additions and 1 deletions
|
@ -1420,7 +1420,6 @@
|
|||
|
||||
.repository .data-table tr {
|
||||
border-top: 0;
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
.repository .data-table td,
|
||||
|
|
Loading…
Reference in a new issue