Client - update input style on validation error

This commit is contained in:
Sam
2021-11-11 08:29:12 +01:00
parent c2b2bdcabd
commit 7a7cd509ed
35 changed files with 84 additions and 49 deletions

View File

@ -39,6 +39,12 @@ input, textarea, select {
}
}
form.errors {
:invalid {
outline: 2px solid var(--input-error-color);
}
}
label {
font-weight: bold;
}