How can I make this input transparent?
I\'ve tried this but it doesn\'t work.
backgro
As a general rule, you should never completly remove the outline
or :focus
style.
https://a11yproject.com/posts/never-remove-css-outlines
...using
outline: none
without proper fallbacks makes your site significantly less accessible to any keyboard only user, not only those with reduced vision. Make sure to always give your interactive elements a visible indication of focus.