diff --git a/scss/mixins/_forms.scss b/scss/mixins/_forms.scss index f2d78ec2..0bf7fe20 100644 --- a/scss/mixins/_forms.scss +++ b/scss/mixins/_forms.scss @@ -156,7 +156,7 @@ // on focus set borders and labels to the validation color // Use the BS provided mixin for the bulk of the color - @include form-validation-state("valid", $label-color); + @include form-validation-state("valid", $label-color, "none"); [class^='bmd-label'], [class*=' bmd-label'] {