I want to remove the right arrow from input type date. I want to let is work on mobile too.
Here is exactly want I want to remove:
What i\'ve tried
Try this:
input[type="date"]::-webkit-inner-spin-button, input[type="date"]::-webkit-calendar-picker-indicator { display: none; -webkit-appearance: none; }