diff --git a/scss/content/_table.scss b/scss/content/_table.scss index 1239bc6f9..eb2a6f681 100644 --- a/scss/content/_table.scss +++ b/scss/content/_table.scss @@ -52,8 +52,8 @@ @if enable-classes { #{$parent-selector} table { &.striped { - tbody tr:nth-child(odd) th, - tbody tr:nth-child(odd) td { + tbody tr:nth-child(odd of :not([hidden])) th, + tbody tr:nth-child(odd of :not([hidden])) td { background-color: var(#{$css-var-prefix}table-row-stripped-background-color); } }