-
Notifications
You must be signed in to change notification settings - Fork 841
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
Amsterdam euiFilterGroup have a sharp angle border on rounded buttons #3590
Comments
Thanks @phylim for catching this one. Amsterdam is a very new theme and we're still working on a lot of downstream component fixes. For this component in particular, I'm not quite sure your proposed solution is what we're aiming for. Instead, what we'd like is to keep them looking a single group. They'll most likely need to align with how we will be updating our form elements which we are still working on. But for a quick fix, it seems the problem is stemming from the fact that |
Ah Ok. That makes sense. Should it have shadow? Looks like other Buttons don't have shadow in Amsterdam. |
We style EuiFilterGroups more like or form inputs and not like our buttons though they render buttons underneath. Therefore, we should be aligning the styles to forms. Currently they do so by using the same SASS mixins from our form mixins, and so we should leave those as-is until we update the mixins themselves. |
Yep, that would be great thanks! |
current:
proposed:
I believe this is a simple fix of adding a overwrite for euiFilterGroup css with border radius and box-shadow. I'd like to submit a PR.
The text was updated successfully, but these errors were encountered: