File tree Expand file tree Collapse file tree
app/frontend/src/assets/scss Expand file tree Collapse file tree Original file line number Diff line number Diff 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
3531body {
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 {
You can’t perform that action at this time.
0 commit comments