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

@ -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;
}