-
Notifications
You must be signed in to change notification settings - Fork 371
chore(Demos): Replace notification buttons with NotificationBadge #11497
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-11497.surge.sh A11y report: https://patternfly-react-pr-11497-a11y.surge.sh |
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 like there's one more instance in the react-tables package (in the src/demos/DashboardHeader.tsx
file)
ff2a7fa
to
8898249
Compare
👍 Good catch, I was only searching in core. Fixed and made sure there were no other instances anywhere else. |
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.
Thanks for the updates.
I think this is more a core issue but I noticed the border changes to 2px width on hover which is different from our designs where we only change color not border-width. I'll confirm with @lboehling and @kaylachumley
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.
My earlier comment is related to button CSS so this is good to go. thanks!
What: Closes #10625