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?
This solution worked for me.
input:focus { outline: none !important; box-shadow: none !important; }