Added rounded border support for IE#351
Added rounded border support for IE#351dmyers wants to merge 1 commit intotwbs:masterfrom dmyers:730bc9c72f7f20dadd61b14d3e2200a01cd03527
Conversation
|
I can't find any proof that IE supports |
|
Yes it appears you are right. I had thought that was needed a while back before IE9, but oh well. When I viewed the bootstrap docs in IE9, I didn't see them rounded which made me think that was needed. |
|
Okay I finally found what is causing it and it is this line: |
|
I didn't meant to close it I was just hoping to get feedback on what to do. @fat are the :root lines meant to block IE from rounding the buttons? |
|
mark and i opted to not have rounded corners in ie because of a gradient clipping issue. |
|
Yup, it's in the comments for the Less files. Gradients bleed through in IE9 which sucks. So we used some jank-a-lank to get around that for no. |
No description provided.