How to remove default chrome style for select Input?
textarea, input { outline: none; }
via https://stackoverflow.com/a/935572/1036298
-webkit-appearance: none;
and add your own style
textarea, input { outline: none; }
via https://stackoverflow.com/a/935572/1036298
-webkit-appearance: none;
and add your own style