Skip to content

Commit

Permalink
Drop the negative margin border trick and remove the top border from …
Browse files Browse the repository at this point in the history
…subsequent items
  • Loading branch information
mdo committed Feb 26, 2021
1 parent cc5dc8c commit 0cbbe75
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_accordion.scss
Expand Up @@ -62,7 +62,7 @@
border: $accordion-border-width solid $accordion-border-color;

+ .accordion-item {
margin-top: -$accordion-border-width;
border-top: 0;
}

&:first-of-type {
Expand Down

0 comments on commit 0cbbe75

Please sign in to comment.