mirror of
https://github.com/picocss/pico
synced 2025-08-10 19:36:23 +00:00
feat: support for dropdown with label
This commit is contained in:
parent
021899557b
commit
4f2f597f9f
@ -2204,6 +2204,10 @@ details.dropdown[open] summary::before {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
label > details.dropdown {
|
||||
margin-top: calc(var(--pico-spacing) * 0.25);
|
||||
}
|
||||
|
||||
/**
|
||||
* Group ([role="group"], [role="search"])
|
||||
*/
|
||||
|
File diff suppressed because one or more lines are too long
2
css/pico.min.css
vendored
2
css/pico.min.css
vendored
File diff suppressed because one or more lines are too long
@ -230,4 +230,9 @@
|
||||
cursor: default;
|
||||
}
|
||||
}
|
||||
// Label
|
||||
// ––––––––––––––––––––
|
||||
label > details.dropdown {
|
||||
margin-top: calc(var(#{$✨}spacing) * 0.25);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user