-
Notifications
You must be signed in to change notification settings - Fork 375
feat(misc): dark theme docs fixes #9084
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-9084.surge.sh A11y report: https://patternfly-react-pr-9084-a11y.surge.sh |
94d6d8e to
6fc69e4
Compare
|
Backed out the Divider change which was causing a different axe issue. Instead updated the problematic divider example to resolve the role issue. |
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.
lgtm! would it be easier to maintain if we imported the react token and used that to populate the var?
What: Follow up to patternfly/patternfly-org#3519
Removes custom css styling that was incompatible with dark theme.
Fixes axe issue with Divider having a role in an unordered list when it shouldn't have any role.
The text in the Brand images currently still don't reflect dark theme, but I couldn't get them to use a CSS variable properly unless it was an inline svg (and then the sizing was off). If we're okay with our examples having an inline svg I can go and investigate more.