mirror of
https://github.com/picocss/pico.git
synced 2025-04-23 18:06:14 -04:00
chore: build
This commit is contained in:
parent
bd06c1cbfd
commit
d44f6d373f
236 changed files with 590 additions and 590 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue