diff --git a/scss/content/_table.scss b/scss/content/_table.scss index cbd62aba..99009416 100644 --- a/scss/content/_table.scss +++ b/scss/content/_table.scss @@ -71,10 +71,8 @@ @if enable-classes { #{$parent-selector} table { &.striped { - /* clean-css ignore:start */ - tbody tr:nth-child(odd of :not([hidden])) th, - tbody tr:nth-child(odd of :not([hidden])) td { - /* clean-css ignore:end */ + tbody tr:nth-child(/* clean-css ignore:start */ odd of /* clean-css ignore:end */:not([hidden])) th, + tbody tr:nth-child(/* clean-css ignore:start */ odd of /* clean-css ignore:end */:not([hidden])) td { background-color: var(#{$css-var-prefix}table-row-stripped-background-color); } }