Skip to content

Commit 1039a47

Browse files
Merge pull request #662 from picocss/dev
v2.1.1
2 parents 2e66cc8 + ceb7700 commit 1039a47

File tree

241 files changed

+596
-596
lines changed

Some content is hidden

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

241 files changed

+596
-596
lines changed

css/pico.amber.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Pico CSS ✨ v2.1.0 (https://picocss.com)
3+
* Pico CSS ✨ v2.1.1 (https://picocss.com)
44
* Copyright 2019-2025 - Licensed under MIT
55
*/
66
/**
@@ -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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.blue.css

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Pico CSS ✨ v2.1.0 (https://picocss.com)
3+
* Pico CSS ✨ v2.1.1 (https://picocss.com)
44
* Copyright 2019-2025 - Licensed under MIT
55
*/
66
/**
@@ -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: 2 additions & 2 deletions
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Pico CSS ✨ v2.1.0 (https://picocss.com)
3+
* Pico CSS ✨ v2.1.1 (https://picocss.com)
44
* Copyright 2019-2025 - Licensed under MIT
55
*/
66
/**
@@ -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: 2 additions & 2 deletions
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Pico CSS ✨ v2.1.0 (https://picocss.com)
3+
* Pico CSS ✨ v2.1.1 (https://picocss.com)
44
* Copyright 2019-2025 - Licensed under MIT
55
*/
66
/**
@@ -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: 2 additions & 2 deletions
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: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
@charset "UTF-8";
22
/*!
3-
* Pico CSS ✨ v2.1.0 (https://picocss.com)
3+
* Pico CSS ✨ v2.1.1 (https://picocss.com)
44
* Copyright 2019-2025 - Licensed under MIT
55
*/
66
/**
@@ -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: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)