mirror of
https://github.com/picocss/pico
synced 2025-06-06 04:01:33 +00:00
Revert "fix: don't count hidden rows in table stripes"
This reverts commit 72e469942e
.
This commit is contained in:
parent
2e66cc8b0c
commit
651e89ea5f
@ -52,8 +52,8 @@
|
||||
@if enable-classes {
|
||||
#{$parent-selector} table {
|
||||
&.striped {
|
||||
tbody tr:nth-child(odd of :not([hidden])) th,
|
||||
tbody tr:nth-child(odd of :not([hidden])) td {
|
||||
tbody tr:nth-child(odd) th,
|
||||
tbody tr:nth-child(odd) td {
|
||||
background-color: var(#{$css-var-prefix}table-row-stripped-background-color);
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user