-
I switched from Chrome to Zen, having never used Firefox forks before. Why does this red border appear around some fields on different sites? I have it on different devices, with different extensions and themes, but the stroke is the same. It is definitely not created by the site itself. How to switch it off |
Beta Was this translation helpful? Give feedback.
Answered by
Lorg0n
Apr 30, 2025
Replies: 1 comment
-
Solution:
input:focus,
textarea:focus,
button:focus {
outline: none !important;
}
input::-moz-focus-inner,
textarea::-moz-focus-inner,
button::-moz-focus-inner {
border: 0 !important;
padding: 0 !important;
}
|
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Lorg0n
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Solution: