chore: build

This commit is contained in:
Lucas Larroche 2023-04-22 10:52:40 +07:00
parent 2c0a25fd6c
commit 84ff387636
12 changed files with 18 additions and 18 deletions

View file

@ -2199,7 +2199,7 @@ label > details[role=list] {
cursor: progress;
}
[aria-busy=true]:not(input, select, textarea)::before {
[aria-busy=true]:not(input, select, textarea, html)::before {
display: inline-block;
width: 1em;
height: 1em;
@ -2212,7 +2212,7 @@ label > details[role=list] {
animation: spinner 0.75s linear infinite;
opacity: var(--loading-spinner-opacity);
}
[aria-busy=true]:not(input, select, textarea):not(:empty)::before {
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before {
margin-right: calc(var(--spacing) * 0.5);
margin-left: 0;
-webkit-margin-start: 0;
@ -2220,7 +2220,7 @@ label > details[role=list] {
-webkit-margin-end: calc(var(--spacing) * 0.5);
margin-inline-end: calc(var(--spacing) * 0.5);
}
[aria-busy=true]:not(input, select, textarea):empty {
[aria-busy=true]:not(input, select, textarea, html):empty {
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

File diff suppressed because one or more lines are too long

View file

@ -2366,7 +2366,7 @@ label > details[role=list] {
cursor: progress;
}
[aria-busy=true]:not(input, select, textarea)::before {
[aria-busy=true]:not(input, select, textarea, html)::before {
display: inline-block;
width: 1em;
height: 1em;
@ -2379,7 +2379,7 @@ label > details[role=list] {
animation: spinner 0.75s linear infinite;
opacity: var(--loading-spinner-opacity);
}
[aria-busy=true]:not(input, select, textarea):not(:empty)::before {
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before {
margin-right: calc(var(--spacing) * 0.5);
margin-left: 0;
-webkit-margin-start: 0;
@ -2387,7 +2387,7 @@ label > details[role=list] {
-webkit-margin-end: calc(var(--spacing) * 0.5);
margin-inline-end: calc(var(--spacing) * 0.5);
}
[aria-busy=true]:not(input, select, textarea):empty {
[aria-busy=true]:not(input, select, textarea, html):empty {
text-align: center;
}

File diff suppressed because one or more lines are too long

View file

@ -2169,7 +2169,7 @@ label > details[role=list] {
cursor: progress;
}
[aria-busy=true]:not(input, select, textarea)::before {
[aria-busy=true]:not(input, select, textarea, html)::before {
display: inline-block;
width: 1em;
height: 1em;
@ -2182,7 +2182,7 @@ label > details[role=list] {
animation: spinner 0.75s linear infinite;
opacity: var(--loading-spinner-opacity);
}
[aria-busy=true]:not(input, select, textarea):not(:empty)::before {
[aria-busy=true]:not(input, select, textarea, html):not(:empty)::before {
margin-right: calc(var(--spacing) * 0.5);
margin-left: 0;
-webkit-margin-start: 0;
@ -2190,7 +2190,7 @@ label > details[role=list] {
-webkit-margin-end: calc(var(--spacing) * 0.5);
margin-inline-end: calc(var(--spacing) * 0.5);
}
[aria-busy=true]:not(input, select, textarea):empty {
[aria-busy=true]:not(input, select, textarea, html):empty {
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

File diff suppressed because one or more lines are too long

2
css/pico.min.css vendored

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long