-
Notifications
You must be signed in to change notification settings - Fork 3
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
auro-hyperlink: missing focus styles when inside another shadow root #55
Comments
This update should be addressed with #39 |
This was not resolved with the linked PR. Since auro-hyperlink is often embedded in the component hangar components, I think it's worth applying the polyfill the same way auro-button does until we decided on the polyfill support going forward. Reference: AlaskaAirlines/auro-button#118 |
# [2.3.0](v2.2.1...v2.3.0) (2021-06-07) ### Features * apply focus-visible polyfill to shadow root [#55](#55) ([46cbacb](46cbacb))
🎉 This issue has been resolved in version 2.3.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Describe the bug
When auro-hyperlink is rendered in another shadow root, focus styles do not apply.
Related: AlaskaAirlines/auro-button#97
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Focus styles are applied.
Screenshots
If applicable, add screenshots to help explain your problem.
Desktop (please complete the following information):
Additional context
Fix should be similar to AlaskaAirlines/auro-button#102
The text was updated successfully, but these errors were encountered: