Solution 1:
It is in fact a CSS attribute. This will hide that glowing effect:
input:focus, textarea:focus {
outline: none;
}
It is in fact a CSS attribute. This will hide that glowing effect:
input:focus, textarea:focus {
outline: none;
}