-
Notifications
You must be signed in to change notification settings - Fork 88
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[WNMGDS-529] Error styling on radio button and checkbox options (#810)
* Add styles for border color of check and radio * Add error class to fieldset when errorMessage used * Remove commented out line * update disabled border - remove right to left * Update choice test remove right to left * update class for choice error * add class to choice div when errored * PR feedback - update className * update html markup to match React * update error border to not show on checked items * update example * comment out styling of choice error * add error class to choice input to be consistent * more organizing of choice styles * remove divs from plain html examples * Update packages/design-system-docs/src/pages/components/ChoiceList/checkbox-radio.example.html Co-authored-by: Bernard <[email protected]> * Update examples to not have error state and checked choices * Reorder CSS classes, add some commments and remove some unnecessary code * Disable error style * PR feedback * Fix last error message inconsistency * Add back checkChild styling Co-authored-by: Bernard <[email protected]> Co-authored-by: bernardwang <[email protected]>
- Loading branch information
1 parent
c500d77
commit 6db8583
Showing
6 changed files
with
134 additions
and
126 deletions.
There are no files selected for viewing
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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