This single line of code with override the chrome default black border on any input focus on chrome browser.
input:focus{
outline: none;
}
I hope this helps you.
This single line of code with override the chrome default black border on any input focus on chrome browser.
input:focus{
outline: none;
}
I hope this helps you.