File tree 1 file changed +4
-0
lines changed
1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change 136
136
.custom-control-input :disabled {
137
137
& :checked ~ .custom-control-label ::before {
138
138
background-color : $custom-control-indicator-checked-disabled-bg ;
139
+ @include gradient-bg ($custom-control-indicator-checked-disabled-bg );
139
140
}
140
141
& :indeterminate ~ .custom-control-label ::before {
141
142
background-color : $custom-control-indicator-checked-disabled-bg ;
143
+ @include gradient-bg ($custom-control-indicator-checked-disabled-bg );
142
144
}
143
145
}
144
146
}
162
164
.custom-control-input :disabled {
163
165
& :checked ~ .custom-control-label ::before {
164
166
background-color : $custom-control-indicator-checked-disabled-bg ;
167
+ @include gradient-bg ($custom-control-indicator-checked-disabled-bg );
165
168
}
166
169
}
167
170
}
205
208
.custom-control-input :disabled {
206
209
& :checked ~ .custom-control-label ::before {
207
210
background-color : $custom-control-indicator-checked-disabled-bg ;
211
+ @include gradient-bg ($custom-control-indicator-checked-disabled-bg );
208
212
}
209
213
}
210
214
}
You can’t perform that action at this time.
0 commit comments