Skip to content

Commit 130b1cd

Browse files
committed
Final iOS 18.2 bug fix for [dir=rtl] dropdowns
Added Azure to theme build list
1 parent 27ccea2 commit 130b1cd

File tree

255 files changed

+22393
-242
lines changed

Some content is hidden

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

255 files changed

+22393
-242
lines changed

.gitignore

+2-1
Original file line numberDiff line numberDiff line change
@@ -31,4 +31,5 @@ Thumbs.db
3131
# Pico
3232
.pico
3333
package-lock.json
34-
/docs/orig
34+
/docs/orig
35+
/scss/components/_offcanvas.scss

css/pico.amber.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3507,7 +3507,7 @@ body:has(dialog[open]) {
35073507
*/
35083508
:where(nav li)::before {
35093509
float: none;
3510-
content: "\200B";
3510+
content: " ";
35113511
}
35123512

35133513
nav,

css/pico.amber.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.azure.css

+4,290
Large diffs are not rendered by default.

css/pico.azure.min.css

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.blue.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -3507,7 +3507,7 @@ body:has(dialog[open]) {
35073507
*/
35083508
:where(nav li)::before {
35093509
float: none;
3510-
content: "\200B";
3510+
content: " ";
35113511
}
35123512

35133513
nav,

css/pico.blue.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.amber.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -2604,7 +2604,7 @@ body:has(dialog[open]) {
26042604
*/
26052605
:where(nav li)::before {
26062606
float: none;
2607-
content: "\200B";
2607+
content: " ";
26082608
}
26092609

26102610
nav,

css/pico.classless.amber.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.azure.css

+3,387
Large diffs are not rendered by default.

css/pico.classless.azure.min.css

+4
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.blue.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -2604,7 +2604,7 @@ body:has(dialog[open]) {
26042604
*/
26052605
:where(nav li)::before {
26062606
float: none;
2607-
content: "\200B";
2607+
content: " ";
26082608
}
26092609

26102610
nav,

css/pico.classless.blue.min.css

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

css/pico.classless.conditional.amber.css

+1-1
Original file line numberDiff line numberDiff line change
@@ -2604,7 +2604,7 @@ body:has(dialog[open]) {
26042604
*/
26052605
:where(nav li)::before {
26062606
float: none;
2607-
content: "\200B";
2607+
content: " ";
26082608
}
26092609

26102610
.pico nav,

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

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)