Open GBirch opened 4 years ago
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; }
That's a good point, thanks! I'll add that to a list for a new release I'm planning to put out soon.
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?