Buttons and Inputs have 2px border radius in Microsoft Edge
kai687 opened this issue · 6 comments
Hi, I'm not sure if this qualifies, but I thought it would be nice if it could:
Buttons and inputs (and possibly more) seem to have a 2px border radius in Microsoft Edge (at least in the chromium-based, tested version 86). So, if I want only a border radius on the left side of an element, that I need to remember to set border-radius-top-right
and border-radius-bottom-right
to 0 explicitly.
I assume most other browsers use a border-radius of 0 by default?
could you assign me, please?
@pragyamishra56 you can fork the repo and submit a PR if you want, although this repo does seem to be dead.
@garrettw Appreciate the guidance. Will fork the repo and submit a PR. Thank you for clarifying the status. Grateful for your help
I'm interested in this can you assign me please