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 137
137
.custom-control-input :disabled {
138
138
& :checked ~ .custom-control-label ::before {
139
139
background-color : $custom-control-indicator-checked-disabled-bg ;
140
+ @include gradient-bg ($custom-control-indicator-checked-disabled-bg );
140
141
}
141
142
& :indeterminate ~ .custom-control-label ::before {
142
143
background-color : $custom-control-indicator-checked-disabled-bg ;
144
+ @include gradient-bg ($custom-control-indicator-checked-disabled-bg );
143
145
}
144
146
}
145
147
}
163
165
.custom-control-input :disabled {
164
166
& :checked ~ .custom-control-label ::before {
165
167
background-color : $custom-control-indicator-checked-disabled-bg ;
168
+ @include gradient-bg ($custom-control-indicator-checked-disabled-bg );
166
169
}
167
170
}
168
171
}
206
209
.custom-control-input :disabled {
207
210
& :checked ~ .custom-control-label ::before {
208
211
background-color : $custom-control-indicator-checked-disabled-bg ;
212
+ @include gradient-bg ($custom-control-indicator-checked-disabled-bg );
209
213
}
210
214
}
211
215
}
You can’t perform that action at this time.
0 commit comments