We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6dc6489 commit 72e4699Copy full SHA for 72e4699
scss/content/_table.scss
@@ -52,8 +52,8 @@
52
@if enable-classes {
53
#{$parent-selector} table {
54
&.striped {
55
- tbody tr:nth-child(odd) th,
56
- tbody tr:nth-child(odd) td {
+ tbody tr:nth-child(odd of :not([hidden])) th,
+ tbody tr:nth-child(odd of :not([hidden])) td {
57
background-color: var(#{$css-var-prefix}table-row-stripped-background-color);
58
}
59
0 commit comments