-
Notifications
You must be signed in to change notification settings - Fork 11
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-button: Focus outlines missing on Windows High Contrast mode #89
Comments
3 tasks
Think it would be best if the same solution used in AlaskaAirlines/auro-radio#8 was used here or did AlaskaAirlines/WebCoreStyleSheets#58 address this here? |
geoffrich
added a commit
that referenced
this issue
Nov 19, 2020
3 tasks
blackfalcon
pushed a commit
that referenced
this issue
Nov 20, 2020
🎉 This issue has been resolved in version 5.3.1 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When Windows High Contrast Mode is enabled, focus outlines are not shown when tabbing.
I believe this is because WHCM ignores border or background color changes and box shadows for focus states.
Desktop (please complete the following information):
Additional context
I think we should update the default focus styles in WCSS and inherit the changes here.
The text was updated successfully, but these errors were encountered: