I am having a hard time to style the HTML5 date picker, i just want to change the color of the current/selected day i need to remove the blue color! does any one know how to do so. here is a codepen https://codepen.io/MuTLY/pen/VvJaMx
In this example you can style the color of the text of the input, but i have no idea how to target the style (background-color) of the current/selected day
&::-webkit-datetime-edit-month-field {
color: red;
}
&::-webkit-datetime-edit-day-field {
color: white;
}
&::-webkit-datetime-edit-year-field {
color: blue;
}