We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 80d4a51 commit 671bb27Copy full SHA for 671bb27
scss/_custom-forms.scss
@@ -93,7 +93,7 @@
93
}
94
95
.custom-control-input:indeterminate ~ .custom-control-indicator {
96
- @include gradient-bg($custom-control-indicator-checked-bg);
+ @include gradient-bg($custom-checkbox-indicator-indeterminate-bg);
97
@include box-shadow($custom-checkbox-indicator-indeterminate-box-shadow);
98
99
&::before {
scss/_progress.scss
@@ -10,6 +10,7 @@
10
font-size: $progress-font-size;
11
background-color: $progress-bg;
12
@include border-radius($progress-border-radius);
13
+ @include box-shadow($progress-box-shadow);
14
15
16
.progress-bar {
0 commit comments