-
Notifications
You must be signed in to change notification settings - Fork 194
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
:focus-visible not respecting the outline-color #270
Comments
oh!? which browser did it not work with? |
I tried both Chrome and Firefox on windows 10. Both seemed to use their own color until you set the outline-style |
I see! confirmed on MacOS as well that Firefox and Safari don't change the outline color unless big bummer tho: |
Oh, and I see you're saying Chrome on Windows also fails at this, which it works as expected in Chrome on MacOS. Definitely a browser interop issue imo. Will report back here as I learn more. |
This is Firefox and Chrome (Win) Safari has/had issue with outline + border radius so we "fake" them there with multiple box-shadow (solid lines only though). We need to support mobile SF13 :( |
Not sure if it is intentional but
outline-color
does not work alone.A fix i found is to add
outline-style : solid;
on thetheme.css
file so it respects the rule.The text was updated successfully, but these errors were encountered: