mirror of
https://github.com/picocss/pico.git
synced 2025-11-09 00:13:28 -05:00
Revert "fix: don't count hidden rows in table stripes"
This reverts commit 72e469942e8b4afeea3f5d753e4908431116194e.
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…
x
Reference in New Issue
Block a user