mirror of https://github.com/twbs/bootstrap.git
Adjust feedback icon position and padding for select.form-control
This commit is contained in:
parent
a59d436518
commit
40da702f80
|
@ -99,6 +99,16 @@
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
// stylelint-disable-next-line selector-no-qualifying-type
|
||||||
|
select.form-control {
|
||||||
|
@include form-validation-state-selector($state) {
|
||||||
|
@if $enable-validation-icons {
|
||||||
|
padding-right: $input-padding-x * 4 !important; // stylelint-disable-line declaration-no-important
|
||||||
|
background-position: right $input-padding-x * 2 center;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
// stylelint-disable-next-line selector-no-qualifying-type
|
// stylelint-disable-next-line selector-no-qualifying-type
|
||||||
textarea.form-control {
|
textarea.form-control {
|
||||||
@include form-validation-state-selector($state) {
|
@include form-validation-state-selector($state) {
|
||||||
|
|
Loading…
Reference in New Issue