Skip to content

Commit d2be4b2

Browse files
Revert "FORMS-1640 Button Contrast Accessibility Issues (bcgov#1703)" (bcgov#1707)
This reverts commit 132f18d.
1 parent 132f18d commit d2be4b2

1 file changed

Lines changed: 0 additions & 16 deletions

File tree

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

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -26,10 +26,6 @@ $bcgov-alert-error: #f2dede;
2626
$bcgov-alert-warning: #f9f1c6;
2727
$bcgov-alert-info: #d9eaf7;
2828
$bcgov-alert-success: #dff0d8;
29-
//FORMS-1640 Update contrast for accessibility
30-
$danger-bg-accessible: #e35f6c;
31-
$secondary-bg-accessible: #848d94;
32-
$success-bg-accessible: #1d9f63;
3329

3430
// Sticky Footer
3531
body {
@@ -214,18 +210,6 @@ a,
214210
word-break: break-word;
215211
}
216212

217-
//FORMS-1640 Update contrast for accessibility
218-
.btn.btn-danger {
219-
background-color: $danger-bg-accessible;
220-
border-color: $danger-bg-accessible;
221-
}
222-
.btn.btn-secondary {
223-
background-color: $secondary-bg-accessible;
224-
border-color: $secondary-bg-accessible;
225-
}
226-
.btn.btn-success {
227-
background-color: $success-bg-accessible;
228-
border-color: $success-bg-accessible;
229213
/**FORMS-1640 - Remove the pink background entirely or change its colour to transparent across the entire CHEFS product
230214
or specifically within the "form submitter" forms to Improve error message contrast for accessibility. **/
231215
.formio-error-wrapper {

0 commit comments

Comments
 (0)