Skip to content

Commit

Permalink
feat(forms): remove info icon from invalid custom select
Browse files Browse the repository at this point in the history
  • Loading branch information
ffoodd committed Jan 10, 2020
1 parent 3ac4187 commit a4c82db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scss/mixins/_forms.scss
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@

@if $enable-validation-icons {
padding-right: $custom-select-feedback-icon-padding-right;
background: $custom-select-background, escape-svg($icon) $custom-select-bg no-repeat $custom-select-feedback-icon-position / $custom-select-feedback-icon-size;
// background: $custom-select-background, escape-svg($icon) $custom-select-bg no-repeat $custom-select-feedback-icon-position / $custom-select-feedback-icon-size; // Boosted mod
}

&:focus {
Expand Down

0 comments on commit a4c82db

Please sign in to comment.