getting rid of unwanted border in input when focused #1702
-
Hi, I have an additional border for focused inputs which somehow strikes accross my label. I found a partial solution to be to define a background for the label - its slightly better but still not good. |
Beta Was this translation helpful? Give feedback.
Answered by
robkuz
Jun 12, 2023
Replies: 1 comment
-
OK. I solved it by setting the |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
robkuz
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
OK. I solved it by setting the
<input class="focus:ring-0 ...">