style: accordion without border-bottom

This commit is contained in:
Lucas Larroche 2023-03-19 10:04:19 +07:00
parent 8f26729a64
commit 4eff8b48fa
10 changed files with 39 additions and 65 deletions

View file

@ -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;