No styles for input[type="tel"]
-
Lines 498-520 change the appearance of most input types but leave out
input[type=tel]
. I’d add that selector OR refactor the form styles so all inputs have that styles and then opt-out input[type=”submit”] (more future-proof).Edit: There are also some other HTML5 ones missing like
number
.
Viewing 10 replies - 1 through 10 (of 10 total)
Viewing 10 replies - 1 through 10 (of 10 total)
- The topic ‘No styles for input[type="tel"]’ is closed to new replies.