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?
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
Mind that this will disable the select element arrow. |
|||||||||||
|
This will disable the browser outline for all regular form elements. |
|||
|
|
|
Hey, it is easy to remove outline. Just set For e.g.
Above will remove outline border in chrome and safari browsers on form element focus. |
|||
|
|