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 @@ main {
/**
* 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;
}
.pico [aria-busy=true]:not(input, select, textarea, html)::before {
.pico [aria-busy=true]:not(input, select, textarea, html, form)::before {
display: inline-block;
width: 1em;
height: 1em;
@ -2322,10 +2322,10 @@ main {
content: "";
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);
}
.pico [aria-busy=true]:not(input, select, textarea, html):empty {
.pico [aria-busy=true]:not(input, select, textarea, html, form):empty {
text-align: center;
}