LIBITD-2573. Make Confirmation checkbox more noticeable#124
Merged
dsteelma-umd merged 1 commit intomainfrom Apr 24, 2026
Merged
LIBITD-2573. Make Confirmation checkbox more noticeable#124dsteelma-umd merged 1 commit intomainfrom
dsteelma-umd merged 1 commit intomainfrom
Conversation
f9a15ca to
4cb1954
Compare
Made the Confirmation checkbox more noticeable by moving to the left of the label (instead of being all the way on the right). Removed the extraneous "Yes" Modified the component so that the label shows in red when there is a validation error, and a red outline appears around the checkbox. Also ensured that the label for the confirmation checkbox appears in bold text. Added "required_field_error_color" SCSS variable to ensure consistent required field error color in each of the CSS directives in which it is used. Added test to verify validation error display. https://umd-dit.atlassian.net/browse/LIBITD-2573
4cb1954 to
f3dd5fd
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Made the Confirmation checkbox more noticeable by moving to the left of the label (instead of being all the way on the right).
Removed the extraneous "Yes"
Modified the component so that the label shows in red when there is
a validation error, and a red outline appears around the checkbox.
Also ensured that the label for the confirmation checkbox appears in
bold text.
Added "required_field_error_color" SCSS variable to ensure consistent
required field error color in each of the CSS directives in which it
is used.
Added test to verify validation error display.
https://umd-dit.atlassian.net/browse/LIBITD-2573