Commit 0f8f8432 authored by Shohei Yoshida's avatar Shohei Yoshida Committed by Martijn Cuppens
Browse files

Fix validated custom select bg color (#28119)

parent 6466a046
Showing with 1 addition and 1 deletion
+1 -1
......@@ -93,7 +93,7 @@
@if $enable-validation-icons {
padding-right: $custom-select-feedback-icon-padding-right;
background: $custom-select-background, $icon no-repeat $custom-select-feedback-icon-position / $custom-select-feedback-icon-size;
background: $custom-select-background, $icon $custom-select-bg no-repeat $custom-select-feedback-icon-position / $custom-select-feedback-icon-size;
}
&:focus {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment