assets/stylesheets/bootstrap/mixins/_forms.scss in bootstrap-5.1.3 vs assets/stylesheets/bootstrap/mixins/_forms.scss in bootstrap-5.2.0
- old
+ new
@@ -102,9 +102,17 @@
box-shadow: $focus-box-shadow;
}
}
}
+ .form-control-color {
+ @include form-validation-state-selector($state) {
+ @if $enable-validation-icons {
+ width: add($form-color-width, $input-height-inner);
+ }
+ }
+ }
+
.form-check-input {
@include form-validation-state-selector($state) {
border-color: $color;
&:checked {