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

[Amsterdam] Fixed EuiButtonGroup's border-radius and font-weight, and Fixed EuiButton's text color for text colors #5177

Merged
merged 7 commits into from
Sep 20, 2021

Conversation

cchaos
Copy link
Contributor

@cchaos cchaos commented Sep 13, 2021

[EuiButtonGroup] Fixed border-radius and font-weight for Amsterdam theme

The small group wasn't getting the right border-radius size because of inheritance. And the font-weight wasn't increased when we did so for the other buttons.

Before (button vs button group)
Screen Shot 2021-09-13 at 16 51 22 PM

After
Screen Shot 2021-09-13 at 17 17 50 PM

[EuiButton] Fixed text color for text colored buttons to have more contrast using $euiTextColor

Following the pattern that was actually already set in EuiButtonGroup to make the text more visible in text colored buttons (EuiButton and EuiIconButton), I swapped those to manually get the $euiTextColor. This also helps to further differentiate it from disabled buttons. 🤞

Before
Screen Shot 2021-09-13 at 17 21 42 PM
Screen Shot 2021-09-13 at 17 23 41 PM
Screen Shot 2021-09-13 at 17 35 14 PM

After
Screen Shot 2021-09-13 at 17 22 50 PM
Screen Shot 2021-09-13 at 17 23 19 PM
Screen Shot 2021-09-13 at 17 35 19 PM

Checklist

  • Check against all themes for compatibility in both light and dark modes

- [ ] Checked in mobile

  • Checked in Chrome, Safari, Edge, and Firefox

- [ ] Props have proper autodocs and playground toggles
- [ ] Added documentation
- [ ] Checked Code Sandbox works for any docs examples
- [ ] Added or updated jest tests
- [ ] Checked for breaking changes and labeled appropriately
- [ ] Checked for accessibility including keyboard-only and screenreader modes

  • A changelog entry exists and is marked appropriately

@kibanamachine
Copy link

Preview documentation changes for this PR: https://eui.elastic.co/pr_5177/

@kibanamachine
Copy link

Preview documentation changes for this PR: https://eui.elastic.co/pr_5177/

@cchaos
Copy link
Contributor Author

cchaos commented Sep 20, 2021

@miukimiu Can I get your review on this one since it's mostly styling?

@kibanamachine
Copy link

Preview documentation changes for this PR: https://eui.elastic.co/pr_5177/

Copy link
Contributor

@miukimiu miukimiu left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! 🎉

Tested in Chrome, Safari, Edge and, Firefox. I also looked at the code. 👍🏽

src/themes/eui-amsterdam/overrides/_button.scss Outdated Show resolved Hide resolved
src/themes/eui-amsterdam/overrides/_button.scss Outdated Show resolved Hide resolved
Co-authored-by: Elizabet Oliveira <elizabet.oliveira@elastic.co>
@cchaos cchaos enabled auto-merge (squash) September 20, 2021 18:59
@kibanamachine
Copy link

Preview documentation changes for this PR: https://eui.elastic.co/pr_5177/

@cchaos cchaos merged commit 75b18e3 into elastic:master Sep 20, 2021
@cchaos cchaos deleted the fix/button_group_ams branch September 20, 2021 19:33
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

Successfully merging this pull request may close these issues.

3 participants