border-color: $color;
&:focus {
- box-shadow: 0 0 0 .2rem rgba($color,.25);
+ box-shadow: 0 0 0 $input-btn-focus-width rgba($color,.25);
}
~ .#{$state}-feedback,
}
&:focus {
~ .custom-control-indicator {
- box-shadow: 0 0 0 1px $body-bg, 0 0 0 3px $color;
+ box-shadow: 0 0 0 1px $body-bg, 0 0 0 $input-btn-focus-width $color;
}
~ .custom-control-description {
color: $color;
&::before { border-color: inherit; }
}
&:focus {
- box-shadow: 0 0 0 .2rem rgba($color,.25);
-
+ box-shadow: 0 0 0 $input-btn-focus-width rgba($color,.25);
}
}
}