Skip to content

Commit 40da702

Browse files
committed
Adjust feedback icon position and padding for select.form-control
1 parent a59d436 commit 40da702

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

scss/mixins/_forms.scss

+10
Original file line numberDiff line numberDiff line change
@@ -99,6 +99,16 @@
9999
}
100100
}
101101

102+
// stylelint-disable-next-line selector-no-qualifying-type
103+
select.form-control {
104+
@include form-validation-state-selector($state) {
105+
@if $enable-validation-icons {
106+
padding-right: $input-padding-x * 4 !important; // stylelint-disable-line declaration-no-important
107+
background-position: right $input-padding-x * 2 center;
108+
}
109+
}
110+
}
111+
102112
// stylelint-disable-next-line selector-no-qualifying-type
103113
textarea.form-control {
104114
@include form-validation-state-selector($state) {

0 commit comments

Comments
 (0)