Fix tournament results table missing stripes

Closes #3161
This commit is contained in:
Kalle
2026-06-18 13:30:17 +03:00
parent 4b83ff5614
commit debb689d16
4 changed files with 20 additions and 5 deletions

View File

@@ -17,7 +17,7 @@
font-size: var(--font-2xs);
}
& tbody tr:hover {
&:not(.noRowHover) tbody tr:hover {
background-color: var(--color-bg-high);
}