Skip to content

Commit

Permalink
fix(forms): fix missing selector for success message
Browse files Browse the repository at this point in the history
fix #437
  • Loading branch information
Jerit3787 committed Nov 29, 2023
1 parent db380cf commit 1940d63
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions sass/components/forms/_input-fields.scss
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ textarea.materialize-textarea {
}

// Custom Success Message
&.valid ~ .supporting-text:before,
&:focus.valid ~ .supporting-text:before {
@extend %custom-success-message;
}
Expand Down

0 comments on commit 1940d63

Please sign in to comment.