feat: loading RTL support

This commit is contained in:
Lucas Larroche 2023-03-28 21:40:12 +07:00
parent 329793e828
commit 0fe9c4be83
10 changed files with 13 additions and 14 deletions

View file

@ -2060,14 +2060,14 @@ details[role=list][open] summary::before {
width: 1em;
height: 1em;
background-image: var(--pico-icon-loading);
background-position: right center;
background-size: 1rem auto;
background-repeat: no-repeat;
content: "";
vertical-align: -0.125em;
}
[aria-busy=true]:not(input, select, textarea):not(:empty)::before {
margin-right: calc(var(--pico-spacing) * 0.5);
-webkit-margin-end: calc(var(--pico-spacing) * 0.5);
margin-inline-end: calc(var(--pico-spacing) * 0.5);
}
[aria-busy=true]:not(input, select, textarea):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

View file

@ -2169,14 +2169,14 @@ details[role=list][open] summary::before {
width: 1em;
height: 1em;
background-image: var(--pico-icon-loading);
background-position: right center;
background-size: 1rem auto;
background-repeat: no-repeat;
content: "";
vertical-align: -0.125em;
}
[aria-busy=true]:not(input, select, textarea):not(:empty)::before {
margin-right: calc(var(--pico-spacing) * 0.5);
-webkit-margin-end: calc(var(--pico-spacing) * 0.5);
margin-inline-end: calc(var(--pico-spacing) * 0.5);
}
[aria-busy=true]:not(input, select, textarea):empty {
text-align: center;

File diff suppressed because one or more lines are too long

View file

@ -2023,14 +2023,14 @@ details[role=list][open] summary::before {
width: 1em;
height: 1em;
background-image: var(--pico-icon-loading);
background-position: right center;
background-size: 1rem auto;
background-repeat: no-repeat;
content: "";
vertical-align: -0.125em;
}
[aria-busy=true]:not(input, select, textarea):not(:empty)::before {
margin-right: calc(var(--pico-spacing) * 0.5);
-webkit-margin-end: calc(var(--pico-spacing) * 0.5);
margin-inline-end: calc(var(--pico-spacing) * 0.5);
}
[aria-busy=true]:not(input, select, textarea):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

2
css/pico.min.css vendored

File diff suppressed because one or more lines are too long