Skip to content

Commit

Permalink
Merge pull request #779 from rjd22/patch-1
Browse files Browse the repository at this point in the history
Make lite validation also work properly for form select
  • Loading branch information
codecalm committed Feb 8, 2021
2 parents 77d1ae1 + f0864a5 commit 7a97b94
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion src/scss/ui/forms/_validation.scss
Expand Up @@ -6,4 +6,8 @@
.form-control.is-#{$state}-lite {
@extend %validation-lite;
}
}

.form-select.is-#{$state}-lite {
@extend %validation-lite;
}
}

0 comments on commit 7a97b94

Please sign in to comment.