How can I remove the browser-added blurred border on focused form elements? How can I remove the browser-added blurred border on focused form elements? google-chrome google-chrome

How can I remove the browser-added blurred border on focused form elements?


Use outline: none; on the CSS for the input element.