This commit is contained in:
yp 2023-03-19 17:42:52 +01:00
parent d9f7cd6db6
commit cac1551875
18 changed files with 30 additions and 15 deletions

View file

@ -2354,6 +2354,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])
*/