Skip to content

Commit

Permalink
Fix accordion style
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Naszalyi committed Nov 25, 2024
1 parent a81d5d8 commit 049cc85
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/styles/framework/src/components/_accordion.scss
Original file line number Diff line number Diff line change
@@ -1,18 +1,18 @@
.accordions#{$suffix} {
.accordion#{$suffix} {
padding-left: 0;
padding-right: 0;

/* Chrome + Webkit */
details.accordion ::-webkit-details-marker {
details.accordion-item ::-webkit-details-marker {
display: none;
content: "";
}

details.accordion summary {
details.accordion-item summary {
list-style-image: none;
}

.accordion {
.accordion-item {
box-sizing: border-box;
display: flex;
flex-direction: column;
Expand Down

0 comments on commit 049cc85

Please sign in to comment.