Skip to content

Commit 76440e6

Browse files
committed
chore: build
1 parent 651e89e commit 76440e6

236 files changed

Lines changed: 354 additions & 354 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

css/pico.amber.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,8 +1145,8 @@ tfoot td {
11451145
border-bottom: 0;
11461146
}
11471147

1148-
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
1149-
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
1148+
table.striped tbody tr:nth-child(odd) th,
1149+
table.striped tbody tr:nth-child(odd) td {
11501150
background-color: var(--pico-table-row-stripped-background-color);
11511151
}
11521152

css/pico.amber.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.blue.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1145,8 +1145,8 @@ tfoot td {
11451145
border-bottom: 0;
11461146
}
11471147

1148-
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
1149-
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
1148+
table.striped tbody tr:nth-child(odd) th,
1149+
table.striped tbody tr:nth-child(odd) td {
11501150
background-color: var(--pico-table-row-stripped-background-color);
11511151
}
11521152

css/pico.blue.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.amber.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -973,8 +973,8 @@ tfoot td {
973973
border-bottom: 0;
974974
}
975975

976-
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
977-
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
976+
table.striped tbody tr:nth-child(odd) th,
977+
table.striped tbody tr:nth-child(odd) td {
978978
background-color: var(--pico-table-row-stripped-background-color);
979979
}
980980

css/pico.classless.amber.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.blue.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -973,8 +973,8 @@ tfoot td {
973973
border-bottom: 0;
974974
}
975975

976-
table.striped tbody tr:nth-child(odd of :not([hidden])) th,
977-
table.striped tbody tr:nth-child(odd of :not([hidden])) td {
976+
table.striped tbody tr:nth-child(odd) th,
977+
table.striped tbody tr:nth-child(odd) td {
978978
background-color: var(--pico-table-row-stripped-background-color);
979979
}
980980

css/pico.classless.blue.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.conditional.amber.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -973,8 +973,8 @@ main {
973973
border-bottom: 0;
974974
}
975975

976-
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) th,
977-
.pico table.striped tbody tr:nth-child(odd of :not([hidden])) td {
976+
.pico table.striped tbody tr:nth-child(odd) th,
977+
.pico table.striped tbody tr:nth-child(odd) td {
978978
background-color: var(--pico-table-row-stripped-background-color);
979979
}
980980

css/pico.classless.conditional.amber.min.css

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)