1
0
mirror of https://github.com/twbs/bootstrap.git synced 2025-09-01 01:21:49 +02:00

Replace instances of Sass vars for CSS variable versions of border-color and border-width

This commit is contained in:
Mark Otto
2022-02-25 14:55:47 -08:00
committed by Mark Otto
parent c1ab3eccd7
commit efc5914667
4 changed files with 25 additions and 24 deletions

View File

@@ -20,7 +20,7 @@
&:not(.collapsed) {
color: $accordion-button-active-color;
background-color: $accordion-button-active-bg;
box-shadow: inset 0 ($accordion-border-width * -1) 0 $accordion-border-color;
box-shadow: inset 0 calc($accordion-border-width * -1) 0 $accordion-border-color; // stylelint-disable-line function-disallowed-list
&::after {
background-image: escape-svg($accordion-button-active-icon);