Skip to content

Commit

Permalink
changes to CSS to Improve error message contrast for accessibility.
Browse files Browse the repository at this point in the history
  • Loading branch information
bhuvan-aot committed Dec 17, 2024
1 parent 6c3983c commit d9c36f6
Showing 1 changed file with 14 additions and 2 deletions.
16 changes: 14 additions & 2 deletions app/frontend/src/assets/scss/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -210,6 +210,16 @@ a,
word-break: break-word;
}

/**FORMS-1640 - Remove the pink background entirely or change its colour to transparent across the entire CHEFS product
or specifically within the "form submitter" forms to Improve error message contrast for accessibility. **/
.formio-error-wrapper {
background-color: transparent;
}
.formio-error-wrapper,
.formio-warning-wrapper {
padding: 0;
}

// tabs component
.formio-component-simpletabs {
& > .card {
Expand Down Expand Up @@ -554,7 +564,9 @@ a,
background-color: #eee !important;
}

.v-data-table, .v-data-table-server, .v-table {
.v-data-table,
.v-data-table-server,
.v-table {
font-size: 16px !important;
}

Expand All @@ -571,4 +583,4 @@ a,

.vselect .v-label {
opacity: 1 !important;
}
}

0 comments on commit d9c36f6

Please sign in to comment.