Stripe large table rows by visible order

This commit is contained in:
2026-06-04 19:40:49 +02:00
parent 2a21a4550c
commit 85b8926877
2 changed files with 9 additions and 1 deletions
+1 -1
View File
@@ -97,7 +97,7 @@
background: var(--color-medium-grey);
}
.sg-large-table > .sg-large-table__row:nth-child(odd) {
.sg-large-table__row--striped-light {
background: var(--color-light-grey);
}