mirror of
https://github.com/picocss/pico.git
synced 2025-04-26 11:16:15 -04:00
chore: build
This commit is contained in:
parent
2c0a25fd6c
commit
84ff387636
12 changed files with 18 additions and 18 deletions
|
@ -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
2
css/pico.classless.min.css
vendored
2
css/pico.classless.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
|
@ -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
|
@ -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
2
css/pico.fluid.classless.min.css
vendored
2
css/pico.fluid.classless.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
2
css/pico.min.css
vendored
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
Loading…
Add table
Add a link
Reference in a new issue