Skip to content

fix input[type="text"] and textarea styles in safari mobile#31

Merged
jdan merged 1 commit intojdan:masterfrom
loama:master
Apr 22, 2020
Merged

fix input[type="text"] and textarea styles in safari mobile#31
jdan merged 1 commit intojdan:masterfrom
loama:master

Conversation

@loama
Copy link
Copy Markdown
Contributor

@loama loama commented Apr 22, 2020

Text fields were not rendering correctly in Safari Mobile as described here

Just added

  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;

to input[type="text"], select, textarea in /style.css

and ran npm run build

@jdan
Copy link
Copy Markdown
Owner

jdan commented Apr 22, 2020

Wonderful, thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants