square / maker

Maker Design System by Square
https://square.github.io/maker/styleguide/latest-stable/
Other
63 stars 14 forks source link

fix(input): remove invisible border radius #246

Closed berwyn closed 2 years ago

berwyn commented 2 years ago

Describe the problem this PR addresses

As discussed in #244, MInput's internal <input> has border-radius: inherit, causing it to take on the border-radius of its container and clip text at the start and end of the input, even though the <input> has no visible border.

Describe the changes in this PR

This PR simply removes the border-radius: inherit directive.

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 6.7.3 :tada:

The release is available on:

Your semantic-release bot :package::rocket:

github-actions[bot] commented 2 years ago

:tada: This PR is included in version 7.0.0-beta.29 :tada:

The release is available on:

Your semantic-release bot :package::rocket: