@@ -422,16 +422,16 @@ $custom-control-indicator-active-color: $white !default;
422
422
$custom-control-indicator-active-bg : lighten (theme-color (" primary" ), 35% ) !default ;
423
423
$custom-control-indicator-active-box-shadow : none !default ;
424
424
425
- $custom-checkbox-border-radius : $border-radius !default ;
426
- $custom-checkbox-icon-checked : str-replace (url (" data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#{$custom-control-indicator-checked-color } ' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E" ), " #" , " %23" ) !default ;
425
+ $custom-checkbox-indicator- border-radius : $border-radius !default ;
426
+ $custom-checkbox-indicator- icon-checked : str-replace (url (" data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='#{$custom-control-indicator-checked-color } ' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E" ), " #" , " %23" ) !default ;
427
427
428
- $custom-checkbox-indeterminate-bg : theme-color (" primary" ) !default ;
428
+ $custom-checkbox-indicator- indeterminate-bg : theme-color (" primary" ) !default ;
429
429
$custom-checkbox-indicator-indeterminate-color : $custom-control-indicator-checked-color !default ;
430
- $custom-checkbox-icon-indeterminate : str-replace (url (" data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#{$custom-checkbox-indicator-indeterminate-color } ' d='M0 2h4'/%3E%3C/svg%3E" ), " #" , " %23" ) !default ;
431
- $custom-checkbox-indeterminate-box-shadow : none !default ;
430
+ $custom-checkbox-indicator- icon-indeterminate : str-replace (url (" data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 4 4'%3E%3Cpath stroke='#{$custom-checkbox-indicator-indeterminate-color } ' d='M0 2h4'/%3E%3C/svg%3E" ), " #" , " %23" ) !default ;
431
+ $custom-checkbox-indicator- indeterminate-box-shadow : none !default ;
432
432
433
- $custom-radio-border-radius : 50% !default ;
434
- $custom-radio-icon-checked : str-replace (url (" data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#{$custom-control-indicator-checked-color } '/%3E%3C/svg%3E" ), " #" , " %23" ) !default ;
433
+ $custom-radio-indicator- border-radius : 50% !default ;
434
+ $custom-radio-indicator- icon-checked : str-replace (url (" data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3E%3Ccircle r='3' fill='#{$custom-control-indicator-checked-color } '/%3E%3C/svg%3E" ), " #" , " %23" ) !default ;
435
435
436
436
$custom-select-padding-y : .375rem !default ;
437
437
$custom-select-padding-x : .75rem !default ;
0 commit comments