Skip to content

Commit fd65d1f

Browse files
Merge branch 'main' into FORMS-1640-accessibility-contrast
2 parents 6a34774 + 00c81a6 commit fd65d1f

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

app/frontend/src/assets/scss/style.scss

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -226,6 +226,14 @@ a,
226226
.btn.btn-success {
227227
background-color: $success-bg-accessible;
228228
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;
229237
}
230238

231239
// tabs component

0 commit comments

Comments
 (0)