Skip to content

Commit 0f8f843

Browse files
ysdsMartijnCuppens
authored andcommitted
Fix validated custom select bg color (#28119)
1 parent 6466a04 commit 0f8f843

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scss/mixins/_forms.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@
9393

9494
@if $enable-validation-icons {
9595
padding-right: $custom-select-feedback-icon-padding-right;
96-
background: $custom-select-background, $icon no-repeat $custom-select-feedback-icon-position / $custom-select-feedback-icon-size;
96+
background: $custom-select-background, $icon $custom-select-bg no-repeat $custom-select-feedback-icon-position / $custom-select-feedback-icon-size;
9797
}
9898

9999
&:focus {

0 commit comments

Comments
 (0)