We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Where does this black border come from when I click on the dom and I press the keyboard and it comes up, and Google Chrome has this problem
The text was updated successfully, but these errors were encountered:
Sorry, something went wrong.
Can you provide a replicable JSFiddle or similar? I feel like this is something related to your system's keyboard navigation highlight.
Figured it out - try this CSS:
*:focus-visible { outline: none; }
Thank you very much, we changed the version of Google Chrome to solve the problem, but it is best to use your way.
No branches or pull requests
Where does this black border come from when I click on the dom and I press the keyboard and it comes up, and Google Chrome has this problem
The text was updated successfully, but these errors were encountered: