mirror of
https://github.com/picocss/pico.git
synced 2025-04-25 10:46:14 -04:00
style: accordion without border-bottom
This commit is contained in:
parent
8f26729a64
commit
4eff8b48fa
10 changed files with 39 additions and 65 deletions
|
@ -10,11 +10,6 @@
|
|||
display: block;
|
||||
margin-bottom: var(#{$✨}spacing);
|
||||
|
||||
&: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;
|
||||
list-style-type: none;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue