Text box Highlighting

Hi, on my react app I have added a textbox where users can enter input. However whenever you click into it, there is a dark gray highlighting that appears and then goes away. If you hold click, the dark gray just stays. I have done outline: none but that just removed a blue highlighting that persists when you are using the textbox, here is a video of it and the code I used for it. Thanks!
1 Reply
Wouter Schaap
Wouter Schaap•11mo ago
Maybe check using dev tools. Force state: active or hover. See if the gray line appears then.