I am wondering if its possible to remove the default blue and yellow glow when I click on a text input / text area using CSS?
some times it's happens buttons also then use below to remove the outerline
input:hover input:active, input:focus, textarea:active, textarea:hover, textarea:focus, button:focus, button:active, button:hover { outline:0px !important; }