mirror of
https://github.com/twbs/bootstrap.git
synced 2022-11-09 12:25:43 -05:00
fix(forms): color input with validation icon
This commit is contained in:
parent
a9d1ab2d3f
commit
954f6e54d3
1 changed files with 8 additions and 0 deletions
|
@ -104,6 +104,14 @@
|
|||
}
|
||||
}
|
||||
|
||||
.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;
|
||||
|
|
Loading…
Reference in a new issue