2
0
mirror of https://github.com/tenrok/bootstrap.git synced 2026-06-20 20:00:36 +03: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
+1 -1
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);