Skip to content
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

Why is there a black border when I press the keyboard #308

Open
bo88430 opened this issue Sep 27, 2023 · 4 comments
Open

Why is there a black border when I press the keyboard #308

bo88430 opened this issue Sep 27, 2023 · 4 comments

Comments

@bo88430
Copy link

bo88430 commented Sep 27, 2023

image
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

@bo88430
Copy link
Author

bo88430 commented Sep 27, 2023

image

@mruac
Copy link

mruac commented Oct 2, 2023

Can you provide a replicable JSFiddle or similar?
I feel like this is something related to your system's keyboard navigation highlight.

@mruac
Copy link

mruac commented Oct 9, 2023

Figured it out - try this CSS:

*:focus-visible {
  outline: none;
}

@bo88430
Copy link
Author

bo88430 commented Oct 24, 2023

Thank you very much, we changed the version of Google Chrome to solve the problem, but it is best to use your way.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants