fix(nav): remove underline on hover#6787
Conversation
|
Preview: https://patternfly-pr-6787.surge.sh A11y report: https://patternfly-pr-6787-a11y.surge.sh |
There was a problem hiding this comment.
Looks like we apply text-decoration: none; to the interactive element itself within several components (icon, jump-links, menu-item, simple-list-item-link, tab-link) and on :hover/:focus in others (breadcrumb-link, label, toggle-group). I prefer setting on the element itself, but we use both, so not a blocker. WDYT about moving to the element's default state?
There was a problem hiding this comment.
You've crossed the line from awesome to super hero!
|
Also, should you use the semantic token |
@mattnolting I don't think so, reason being |
@mattnolting nice! We should probably move the rule to the base element. If someone declared |
|
🎉 This PR is included in version 6.0.0-alpha.161 🎉 The release is available on: Your semantic-release bot 📦🚀 |
* fix(nav): remove underline on hover * fix(nav): move text decoration rule to nav link
fixes #6765