In Chrome, my design has a light border or outline along the edges of the search input field. How can I get rid of this?
This snippet worked for me:
input:focus { box-shadow: none; }