mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 18:26:14 -04:00
Documentation
This commit is contained in:
parent
16c7596319
commit
0b93083ca1
8 changed files with 37 additions and 3 deletions
|
@ -1118,6 +1118,14 @@ details summary:focus {
|
|||
outline: none;
|
||||
}
|
||||
|
||||
details summary ~ * {
|
||||
margin-top: 0.75rem;
|
||||
}
|
||||
|
||||
details summary ~ * ~ * {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
details[open] summary {
|
||||
margin-bottom: 0.375rem;
|
||||
color: var(--muted-text);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue