mirror of
https://github.com/picocss/pico.git
synced 2025-11-11 00:05: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 {
|
@if enable-classes {
|
||||||
#{$parent-selector} table {
|
#{$parent-selector} table {
|
||||||
&.striped {
|
&.striped {
|
||||||
tbody tr:nth-child(odd of :not([hidden])) th,
|
tbody tr:nth-child(odd) th,
|
||||||
tbody tr:nth-child(odd of :not([hidden])) td {
|
tbody tr:nth-child(odd) td {
|
||||||
background-color: var(#{$css-var-prefix}table-row-stripped-background-color);
|
background-color: var(#{$css-var-prefix}table-row-stripped-background-color);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user