s0lvang / Karantenehjelpen

A web-application for helping people in quarantine to get groceries
https://karantenehjelpen.no
27 stars 6 forks source link

Remove ugly arrows on input field #114

Closed Tinusf closed 4 years ago

Tinusf commented 4 years ago

On firefox you have these ugly arrows which are pointless since it's a phone number. Not something you would ever want to increment. https://i.imgur.com/FHuMgjH.png

kharann commented 4 years ago

Is there a reason why we don't use input type="tel" for the phone number?

Tinusf commented 4 years ago

That would be even better than this shady solution

kharann commented 4 years ago

Do you want to change the input type to tel and take a screenshot! Thank you very much for contributing! :)

Tinusf commented 4 years ago

Now it looks like this: https://i.imgur.com/SOy4xzo.png

s0lvang commented 4 years ago

Thanks @Tinusf !