- 
                Notifications
    
You must be signed in to change notification settings  - Fork 34
 
fix(HeaderToggle): updated border radius in high contrast #730
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://chatbot-pr-chatbot-730.surge.sh A11y report: https://chatbot-pr-chatbot-730-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.
Works for me!
| justify-content: center; | ||
| 
               | 
          ||
| &::before { | ||
| border-radius: var(--pf-t--global--border--radius--pill); | 
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.
I think you could also use inherit as the value here; that's what we tended to use in core so that the pseudoelements match the element border radius without having to use the variable again.
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.
Good call out, pushed that update!
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!
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.
L 🤖 TM!
| 
           🎉 This PR is included in version 6.5.0-prerelease.9 🎉 The release is available on: Your semantic-release bot 📦🚀  | 
    
Closes #698