Skip to content

Commit

Permalink
Fixed active accordion item header boder bottom condition
Browse files Browse the repository at this point in the history
  • Loading branch information
amir2mi committed Jun 17, 2022
1 parent c0a1d7b commit b43c9f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/components/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@
padding: 1em;
margin: 0;

&:not(.active) {
&.active {
border-bottom: var(--#{$CSS_VAR_PFX}border-width) solid var(--#{$CSS_VAR_PFX}local-border-color);
}

Expand Down

0 comments on commit b43c9f0

Please sign in to comment.