1414// <-------------> $input-height-inner = 36px
1515//
1616
17- // Remove inner calc() for IE, see https://github.com/postcss/autoprefixer/issues/1153
17+ // Remove inner calc() for IE, https://github.com/postcss/autoprefixer/issues/1153
1818@function removeInnerCalc_IEFix ($innerCalc ) {
1919 @return str-replace ($innerCalc , ' calc' );
2020}
@@ -36,7 +36,7 @@ input.is-loading {
3636 // #{$spinner-width-sm} +
3737 // #{removeInnerCalc_IEFix(#{$input-height-inner-quarter})}
3838 // );
39- // See https://github.com/twbs/bootstrap/blob/v4.3.1/scss/mixins/_forms.scss#L59
39+ // https://github.com/twbs/bootstrap/blob/v4.3.1/scss/mixins/_forms.scss#L59
4040 padding-right : $input-height-inner ;
4141 }
4242
@@ -51,7 +51,7 @@ input.is-loading {
5151 float : right ;
5252
5353 // Same as the validation icons
54- // See https://github.com/twbs/bootstrap/blob/v4.3.1/scss/mixins/_forms.scss#L62
54+ // https://github.com/twbs/bootstrap/blob/v4.3.1/scss/mixins/_forms.scss#L62
5555 margin-right : $input-height-inner-quarter ;
5656
5757 margin-top : calc ((#{removeInnerCalc_IEFix (#{$input-height } )} + #{$spinner-height } ) / -2 );
@@ -65,9 +65,9 @@ input.is-loading {
6565
6666// Handle <input class="form-control is-loading is-valid">
6767//
68- // See https://github.com/twbs/bootstrap/blob/v4.3.1/scss/_forms.scss#L245
68+ // https://github.com/twbs/bootstrap/blob/v4.3.1/scss/_forms.scss#L245
6969@each $state , $data in $form-validation-states {
70- // See https://github.com/twbs/bootstrap/blob/v4.3.1/scss/mixins/_forms.scss#L53-L55
70+ // https://github.com/twbs/bootstrap/blob/v4.3.1/scss/mixins/_forms.scss#L53-L55
7171 .form-control {
7272 .was-validated & :#{$state } ,
7373 &.is- #{$state } {
0 commit comments