79426999

Date: 2025-02-10 12:02:33
Score: 1
Natty:
Report link

This can be done as follows:

input[type='time']::-webkit-datetime-edit-hour-field:focus {
  color: initial;
  background: none;
}

input[type='time']::-webkit-datetime-edit-minute-field:focus {
  color: initial;
  background: none;
}
<input type="time" />

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: m3tler