removing border radius on form elements added by iOS Safari#306
removing border radius on form elements added by iOS Safari#306ratherblue wants to merge 1 commit into
Conversation
|
Well, this is awkward. Next time I'll search the previous pull requests. Sorry for the repeated commit. I do think it should be in normalize, though, since things like this exist: Isn't the purpose of normalize to gently ensure default base styling across all the browsers? Since the user didn't explicitly state they wanted rounded corners and by default all the other browsers don't add that style. I don't see where input buttons are losing too much styling by only removing the border radius. |
|
I don't believe border-radius: 0; alone will fix it though. On Wednesday, February 19, 2014, edendramis notifications@github.com
James Fleeting |
|
It fixes it for input, select, textarea, just not buttons |
|
to remove border-radius you have to destroy entire apperance adding '-webkit-appearance: none' http://jsbin.com/pupom/3/edit |
|
You can remove the border radius from input, select, textarea with border-radius: 0. I know that the only way to fix buttons is -webkit-appearance: none. |
|
👍 for a |
I noticed on my iPhone that form elements have a border radius added to them and thought it would be useful in normalize.