File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 26
26
background-color : var (--#{$variable-prefix}accordion-button-active-bg , $accordion-button-active-bg );
27
27
28
28
& ::after {
29
- background-image : escape-svg ($accordion-button-active-icon );
29
+ background-image : var ( --#{$variable-prefix}accordion-button-active-icon , escape-svg ($accordion-button-active-icon ) );
30
30
transform : $accordion-icon-transform ;
31
31
}
32
32
}
38
38
height : $accordion-icon-width ;
39
39
margin-left : auto ;
40
40
content : " " ;
41
- background-image : escape-svg ($accordion-button-icon );
41
+ background-image : var ( --#{$variable-prefix}accordion-button-icon , escape-svg ($accordion-button-icon ) );
42
42
background-repeat : no-repeat ;
43
43
background-size : $accordion-icon-width ;
44
44
@include transition ($accordion-icon-transition );
You can’t perform that action at this time.
0 commit comments