Skip to content

Commit

Permalink
fix(forms): validated controls in input-group
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd authored and mdo committed Mar 1, 2021
1 parent 5560c86 commit ac3a106
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scss/mixins/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -123,5 +123,12 @@
margin-left: .5em;
}
}

.input-group .form-control,
.input-group .form-select {
@include form-validation-state-selector($state) {
z-index: 3;
}
}
}
// scss-docs-end form-validation-mixins

0 comments on commit ac3a106

Please sign in to comment.