mirror of
https://github.com/picocss/pico.git
synced 2025-04-24 02:16:15 -04:00
style: remove accordion border bottom for dropdowns and buttons
This commit is contained in:
parent
cb483ed557
commit
e89ea1b32e
1 changed files with 5 additions and 2 deletions
|
@ -9,8 +9,11 @@
|
|||
details {
|
||||
display: block;
|
||||
margin-bottom: var(#{$✨}spacing);
|
||||
padding-bottom: var(#{$✨}spacing);
|
||||
border-bottom: var(#{$✨}border-width) solid var(#{$✨}accordion-border-color);
|
||||
|
||||
&:not([role="list"], :has(summary[role="button"])) {
|
||||
padding-bottom: var(#{$✨}spacing);
|
||||
border-bottom: var(#{$✨}border-width) solid var(#{$✨}accordion-border-color);
|
||||
}
|
||||
|
||||
summary {
|
||||
line-height: 1rem;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue