mirror of
https://github.com/Hopiu/bootstrap.git
synced 2026-03-17 05:00:24 +00:00
fix(forms): validated controls in input-group
This commit is contained in:
parent
5560c86070
commit
ac3a1069b1
1 changed files with 7 additions and 0 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue