Is there a way to remove or customize the "X" button that appears in the search bar?
<input type="search">
I attempted using CSS to style the search input:
input[type="search"]{-webkit-appearance: none;}
However, my additional webkit styling did not produce the desired result.