We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6a34774 + 00c81a6 commit fd65d1fCopy full SHA for fd65d1f
1 file changed
app/frontend/src/assets/scss/style.scss
@@ -226,6 +226,14 @@ a,
226
.btn.btn-success {
227
background-color: $success-bg-accessible;
228
border-color: $success-bg-accessible;
229
+ /**FORMS-1640 - Remove the pink background entirely or change its colour to transparent across the entire CHEFS product
230
+ or specifically within the "form submitter" forms to Improve error message contrast for accessibility. **/
231
+ .formio-error-wrapper {
232
+ background-color: transparent;
233
+ }
234
+ .formio-error-wrapper,
235
+ .formio-warning-wrapper {
236
+ padding: 0;
237
}
238
239
// tabs component
0 commit comments