Skip to content

Commit 671bb27

Browse files
mdoXhmikosR
authored andcommitted
Restore currently unused variables (#24891)
1 parent 80d4a51 commit 671bb27

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

scss/_custom-forms.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393
}
9494

9595
.custom-control-input:indeterminate ~ .custom-control-indicator {
96-
@include gradient-bg($custom-control-indicator-checked-bg);
96+
@include gradient-bg($custom-checkbox-indicator-indeterminate-bg);
9797
@include box-shadow($custom-checkbox-indicator-indeterminate-box-shadow);
9898

9999
&::before {

scss/_progress.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
font-size: $progress-font-size;
1111
background-color: $progress-bg;
1212
@include border-radius($progress-border-radius);
13+
@include box-shadow($progress-box-shadow);
1314
}
1415

1516
.progress-bar {

0 commit comments

Comments
 (0)