Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Input field has rounded edges next to the button #15

Open
gjthomas opened this issue Sep 16, 2020 · 0 comments
Open

Input field has rounded edges next to the button #15

gjthomas opened this issue Sep 16, 2020 · 0 comments

Comments

@gjthomas
Copy link
Collaborator

By default, the Rivet input group has squared edged next to the submit button. In the clearable version, the edges are rounded.

clearable-input-round-edges

Looking into the rendered code of the Rivet version, this probably has something to do with it. Can either add these in as an override or restructure things a bit to use default names.

.rvt-input-group__input:not(:last-child) { border-top-right-radius: 0; border-bottom-right-radius: 0; z-index: 1; }

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant