Revert "fix: don't count hidden rows in table stripes"

This reverts commit 72e469942e.
This commit is contained in:
Lucas Larroche 2025-03-15 13:26:30 +07:00
parent 2e66cc8b0c
commit 651e89ea5f

View file

@ -52,8 +52,8 @@
@if enable-classes {
#{$parent-selector} table {
&.striped {
tbody tr:nth-child(odd of :not([hidden])) th,
tbody tr:nth-child(odd of :not([hidden])) td {
tbody tr:nth-child(odd) th,
tbody tr:nth-child(odd) td {
background-color: var(#{$css-var-prefix}table-row-stripped-background-color);
}
}