Skip to content

Commit

Permalink
Use variable
Browse files Browse the repository at this point in the history
  • Loading branch information
mdo committed Mar 17, 2021
1 parent bdb455f commit 4fb3d1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/_accordion.scss
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
&:not(.collapsed) {
color: $accordion-button-active-color;
background-color: $accordion-button-active-bg;
box-shadow: inset 0 -1px 0 $accordion-border-color;
box-shadow: inset 0 -$accordion-border-width 0 $accordion-border-color;

&::after {
background-image: escape-svg($accordion-button-active-icon);
Expand Down

0 comments on commit 4fb3d1a

Please sign in to comment.