This commit is contained in:
JWB 2025-03-16 03:07:47 +00:00 committed by GitHub
commit 42221ffe10
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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