Skip to content

Commit 651e89e

Browse files
committed
Revert "fix: don't count hidden rows in table stripes"
This reverts commit 72e4699.
1 parent 2e66cc8 commit 651e89e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scss/content/_table.scss

+2-2
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,8 @@
5252
@if enable-classes {
5353
#{$parent-selector} table {
5454
&.striped {
55-
tbody tr:nth-child(odd of :not([hidden])) th,
56-
tbody tr:nth-child(odd of :not([hidden])) td {
55+
tbody tr:nth-child(odd) th,
56+
tbody tr:nth-child(odd) td {
5757
background-color: var(#{$css-var-prefix}table-row-stripped-background-color);
5858
}
5959
}

0 commit comments

Comments
 (0)