mirror of
https://github.com/picocss/pico.git
synced 2025-04-22 01:26:13 -04:00
feat: loading RTL support
This commit is contained in:
parent
329793e828
commit
0fe9c4be83
10 changed files with 13 additions and 14 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue