mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 18:26:14 -04:00
build
This commit is contained in:
parent
d9f7cd6db6
commit
cac1551875
18 changed files with 30 additions and 15 deletions
|
@ -2157,6 +2157,11 @@ li[role=list] > a::after {
|
|||
background-image: var(--icon-chevron);
|
||||
}
|
||||
|
||||
label > details[role=list] {
|
||||
margin-top: calc(var(--spacing) * 0.25);
|
||||
margin-bottom: var(--spacing);
|
||||
}
|
||||
|
||||
/**
|
||||
* Loading ([aria-busy=true])
|
||||
*/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue