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

[iOS] The problem with fields of type radio #13

Closed
mrmlnc opened this issue Nov 25, 2015 · 1 comment
Closed

[iOS] The problem with fields of type radio #13

mrmlnc opened this issue Nov 25, 2015 · 1 comment

Comments

@mrmlnc
Copy link

mrmlnc commented Nov 25, 2015

If you specify the border-radius property for all fields:

input,
select,
textarea,
fieldset {
  font-family: inherit;
  font-size: 1rem;
  border: none;
  border-radius: 0;        <--- this property
}

then in iOS, fields of type radio lose their appearance. A screenshot on iOS 9.2:

image

@jamiewilson
Copy link
Owner

Oops. thanks for the tip! I'll make sure to update that asap.

@mrmlnc mrmlnc closed this as completed May 8, 2016
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