mirror of
https://github.com/picocss/pico.git
synced 2025-04-27 11:36:14 -04:00
Fix <summary> in nested accordions #15
This commit is contained in:
parent
4c19be7e6b
commit
14460576bf
7 changed files with 10 additions and 10 deletions
|
@ -59,7 +59,7 @@ details {
|
|||
// Open
|
||||
&[open] {
|
||||
|
||||
summary {
|
||||
> summary {
|
||||
margin-bottom: calc(var(--spacing-typography) / 4);
|
||||
color: var(--muted-text);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue