I’ve updated the book to say that this can be fixed with a bit of CSS, to be placed into app/assets/stylesheets/field_with_errors.css
:
.field_with_errors :is(input, textarea, select) {
border: solid red 2px !important;
}
I’ve updated the book to say that this can be fixed with a bit of CSS, to be placed into app/assets/stylesheets/field_with_errors.css
:
.field_with_errors :is(input, textarea, select) {
border: solid red 2px !important;
}