mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 18:26:14 -04:00
Corrected Dropdown > Submenu formatting and alignment
This commit is contained in:
parent
a6325b8991
commit
3cfdc975d2
86 changed files with 311 additions and 54 deletions
|
@ -3116,6 +3116,12 @@ main {
|
|||
.pico details.dropdown > summary + ul li:last-of-type {
|
||||
margin-bottom: calc(var(--pico-form-element-spacing-vertical) * 0.5);
|
||||
}
|
||||
.pico details.dropdown > summary + ul li details {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
.pico details.dropdown > summary + ul li details > summary {
|
||||
line-height: var(--pico-line-height);
|
||||
}
|
||||
.pico details.dropdown > summary + ul li a {
|
||||
display: block;
|
||||
margin: calc(var(--pico-form-element-spacing-vertical) * -0.5) calc(var(--pico-form-element-spacing-horizontal) * -1);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue