Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Styling of submit buttons #75

Open
GBirch opened this issue Jul 1, 2020 · 1 comment
Open

Styling of submit buttons #75

GBirch opened this issue Jul 1, 2020 · 1 comment

Comments

@GBirch
Copy link

GBirch commented Jul 1, 2020

The button styles do not apply to form buttons on IOS/Safari. The stylesheet would seem to need a reset for this so that button styles behave predictably. Something like this, perhaps?

.btn {
  -webkit-appearance: none;
}
@owenversteeg
Copy link
Owner

That's a good point, thanks! I'll add that to a list for a new release I'm planning to put out soon.

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

No branches or pull requests

2 participants