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?
input, select { outline: none; }
This will disable the browser outline for all regular form elements.