]> git.ipfire.org Git - thirdparty/bootstrap.git/commitdiff
Fix validated custom select bg color (#28119)
authorShohei Yoshida <fellows3@gmail.com>
Fri, 25 Jan 2019 19:44:52 +0000 (04:44 +0900)
committerMartijn Cuppens <martijn.cuppens@gmail.com>
Fri, 25 Jan 2019 19:44:52 +0000 (20:44 +0100)
scss/mixins/_forms.scss

index d740a2f77790f77708e667f4c5969b483bdbd8d4..8e0607ffe523658e0922619a6d756e6a34d36eda 100644 (file)
@@ -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 {