mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-07 22:26:57 +02:00
fix(forms): validated controls in input-group
This commit is contained in:
@@ -123,5 +123,12 @@
|
|||||||
margin-left: .5em;
|
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
|
// scss-docs-end form-validation-mixins
|
||||||
|
Reference in New Issue
Block a user