chore: build

This commit is contained in:
Lucas Larroche 2025-03-09 14:45:47 +07:00
parent bd06c1cbfd
commit d44f6d373f
236 changed files with 590 additions and 590 deletions

View file

@ -2309,10 +2309,10 @@ label > details.dropdown {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
[aria-busy=true]:not(input, select, textarea, html) { [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
[aria-busy=true]:not(input, select, textarea, html)::before { [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -2322,10 +2322,10 @@ label > details.dropdown {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
[aria-busy=true]:not(input, select, textarea, html):empty { [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -2309,10 +2309,10 @@ label > details.dropdown {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
[aria-busy=true]:not(input, select, textarea, html) { [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
[aria-busy=true]:not(input, select, textarea, html)::before { [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -2322,10 +2322,10 @@ label > details.dropdown {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
[aria-busy=true]:not(input, select, textarea, html):empty { [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ article > footer {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
[aria-busy=true]:not(input, select, textarea, html) { [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
[aria-busy=true]:not(input, select, textarea, html)::before { [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ article > footer {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
[aria-busy=true]:not(input, select, textarea, html):empty { [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ article > footer {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
[aria-busy=true]:not(input, select, textarea, html) { [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
[aria-busy=true]:not(input, select, textarea, html)::before { [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ article > footer {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
[aria-busy=true]:not(input, select, textarea, html):empty { [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ article > footer {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
[aria-busy=true]:not(input, select, textarea, html) { [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
[aria-busy=true]:not(input, select, textarea, html)::before { [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ article > footer {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
[aria-busy=true]:not(input, select, textarea, html):empty { [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

View file

@ -1977,10 +1977,10 @@ article > footer {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
[aria-busy=true]:not(input, select, textarea, html) { [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
[aria-busy=true]:not(input, select, textarea, html)::before { [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ article > footer {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
[aria-busy=true]:not(input, select, textarea, html):empty { [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ article > footer {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
[aria-busy=true]:not(input, select, textarea, html) { [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
[aria-busy=true]:not(input, select, textarea, html)::before { [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ article > footer {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
[aria-busy=true]:not(input, select, textarea, html):empty { [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ article > footer {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
[aria-busy=true]:not(input, select, textarea, html) { [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
[aria-busy=true]:not(input, select, textarea, html)::before { [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ article > footer {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
[aria-busy=true]:not(input, select, textarea, html):empty { [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ article > footer {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
[aria-busy=true]:not(input, select, textarea, html) { [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
[aria-busy=true]:not(input, select, textarea, html)::before { [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ article > footer {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
[aria-busy=true]:not(input, select, textarea, html):empty { [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ article > footer {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
[aria-busy=true]:not(input, select, textarea, html) { [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
[aria-busy=true]:not(input, select, textarea, html)::before { [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ article > footer {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
[aria-busy=true]:not(input, select, textarea, html):empty { [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ article > footer {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
[aria-busy=true]:not(input, select, textarea, html) { [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
[aria-busy=true]:not(input, select, textarea, html)::before { [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ article > footer {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
[aria-busy=true]:not(input, select, textarea, html):empty { [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ article > footer {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
[aria-busy=true]:not(input, select, textarea, html) { [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
[aria-busy=true]:not(input, select, textarea, html)::before { [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ article > footer {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
[aria-busy=true]:not(input, select, textarea, html):empty { [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ article > footer {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
[aria-busy=true]:not(input, select, textarea, html) { [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
[aria-busy=true]:not(input, select, textarea, html)::before { [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ article > footer {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
[aria-busy=true]:not(input, select, textarea, html):empty { [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ article > footer {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
[aria-busy=true]:not(input, select, textarea, html) { [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
[aria-busy=true]:not(input, select, textarea, html)::before { [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ article > footer {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
[aria-busy=true]:not(input, select, textarea, html):empty { [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ article > footer {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
[aria-busy=true]:not(input, select, textarea, html) { [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
[aria-busy=true]:not(input, select, textarea, html)::before { [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ article > footer {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
[aria-busy=true]:not(input, select, textarea, html):empty { [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ article > footer {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
[aria-busy=true]:not(input, select, textarea, html) { [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
[aria-busy=true]:not(input, select, textarea, html)::before { [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ article > footer {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
[aria-busy=true]:not(input, select, textarea, html):empty { [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ article > footer {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
[aria-busy=true]:not(input, select, textarea, html) { [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
[aria-busy=true]:not(input, select, textarea, html)::before { [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ article > footer {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
[aria-busy=true]:not(input, select, textarea, html):empty { [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ article > footer {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
[aria-busy=true]:not(input, select, textarea, html) { [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
[aria-busy=true]:not(input, select, textarea, html)::before { [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ article > footer {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
[aria-busy=true]:not(input, select, textarea, html):empty { [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ article > footer {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
[aria-busy=true]:not(input, select, textarea, html) { [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
[aria-busy=true]:not(input, select, textarea, html)::before { [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ article > footer {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
[aria-busy=true]:not(input, select, textarea, html):empty { [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ article > footer {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
[aria-busy=true]:not(input, select, textarea, html) { [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
[aria-busy=true]:not(input, select, textarea, html)::before { [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ article > footer {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
[aria-busy=true]:not(input, select, textarea, html):empty { [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ article > footer {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
[aria-busy=true]:not(input, select, textarea, html) { [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
[aria-busy=true]:not(input, select, textarea, html)::before { [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ article > footer {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
[aria-busy=true]:not(input, select, textarea, html):empty { [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -1977,10 +1977,10 @@ article > footer {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
[aria-busy=true]:not(input, select, textarea, html) { [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
[aria-busy=true]:not(input, select, textarea, html)::before { [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -1990,10 +1990,10 @@ article > footer {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
[aria-busy=true]:not(input, select, textarea, html):empty { [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -2309,10 +2309,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -2322,10 +2322,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -2309,10 +2309,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -2322,10 +2322,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -2309,10 +2309,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -2322,10 +2322,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

View file

@ -2309,10 +2309,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -2322,10 +2322,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -2309,10 +2309,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -2322,10 +2322,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -2309,10 +2309,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -2322,10 +2322,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -2309,10 +2309,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -2322,10 +2322,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -2309,10 +2309,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -2322,10 +2322,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -2309,10 +2309,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -2322,10 +2322,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

File diff suppressed because one or more lines are too long

View file

@ -2309,10 +2309,10 @@ main {
/** /**
* Loading ([aria-busy=true]) * Loading ([aria-busy=true])
*/ */
.pico [aria-busy=true]:not(input, select, textarea, html) { .pico [aria-busy=true]:not(input, select, textarea, html, form) {
white-space: nowrap; white-space: nowrap;
} }
.pico [aria-busy=true]:not(input, select, textarea, html)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block; display: inline-block;
width: 1em; width: 1em;
height: 1em; height: 1em;
@ -2322,10 +2322,10 @@ main {
content: ""; content: "";
vertical-align: -0.125em; vertical-align: -0.125em;
} }
.pico [aria-busy=true]:not(input, select, textarea, html):not(:empty)::before { .pico [aria-busy=true]:not(input, select, textarea, html, form):not(:empty)::before {
margin-inline-end: calc(var(--pico-spacing) * 0.5); margin-inline-end: calc(var(--pico-spacing) * 0.5);
} }
.pico [aria-busy=true]:not(input, select, textarea, html):empty { .pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center; text-align: center;
} }

Some files were not shown because too many files have changed in this diff Show more