-
Notifications
You must be signed in to change notification settings - Fork 375
feat(SimpleList): add ul/li classes #9302
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
Preview: https://patternfly-react-pr-9302.surge.sh A11y report: https://patternfly-react-pr-9302-a11y.surge.sh |
jenny-s51
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Matches core, LGTM
mcoker
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good but it's still missing from the group lists -
patternfly-react/packages/react-core/src/components/SimpleList/SimpleListGroup.tsx
Line 30 in a79102e
| <ul className={css(className)} aria-labelledby={id}> |
tlabaj
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
* feat(SimpleList): add ul/li classes * add class to group, update snaps
What: Closes #8482
Adds css classes to the SimpleList ul and li (hardcoded because they're not included in react styles).