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

[EuiResizableCollapseButton] Fix icon colors #6926

Merged
merged 2 commits into from
Jul 11, 2023

Conversation

cee-chen
Copy link
Member

@cee-chen cee-chen commented Jul 10, 2023

Summary

I randomly noticed this while answering a support question today - the icon colors on EuiResizablePanel's collapse button are incorrect after EuiButtonIcon's Emotion conversion. 😬

Assigning this PR to either Andrea (showing as last person who touched the component), or anyone on the EUI team, whoever gets to this first.

Pre-Emotion

Post-Emotion

Fixed

QA

General checklist

  • Checked in both light and dark modes
  • Checked in mobile
  • Checked in Chrome, Safari, Edge, and Firefox
  • Checked for accessibility including keyboard-only and screenreader modes
  • A changelog entry exists and is marked appropriately

@cee-chen cee-chen requested review from andreadelrio and a team July 10, 2023 17:28
@cee-chen cee-chen added the bug label Jul 10, 2023
@cee-chen cee-chen self-assigned this Jul 10, 2023
@cee-chen cee-chen marked this pull request as ready for review July 10, 2023 17:35
@kibanamachine
Copy link

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

@cee-chen
Copy link
Member Author

jenkins test this

@kibanamachine
Copy link

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

Copy link
Contributor

@andreadelrio andreadelrio left a comment

Choose a reason for hiding this comment

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

LGTM, thanks for the fix.

@cee-chen cee-chen merged commit c805c3c into elastic:main Jul 11, 2023
@cee-chen cee-chen deleted the collapsible-panel-button-fix branch July 11, 2023 15:53
cee-chen added a commit to elastic/kibana that referenced this pull request Jul 14, 2023
## Summary

`[email protected]` ⏩ `[email protected]`

---

## [`84.0.0`](https://github.com/elastic/eui/tree/v84.0.0)

- Updated `EuiDualRange`'s `minInputProps` and `maxInputProps` to
support passing more props to underlying inputs
([#6902](elastic/eui#6902))
- `EuiFocusTrap` now supports configuring cross-iframe focus trapping
via the `crossFrame` prop
([#6908](elastic/eui#6908))

**Bug fixes**

- Fixed `EuiFilterButton` icon display
([#6900](elastic/eui#6900))
- Fixed `EuiCombobox` compressed plain text display
([#6910](elastic/eui#6910))
- Fixed visual appearance of collapse buttons on collapsible
`EuiResizablePanel`s ([#6926](elastic/eui#6926))

**Breaking changes**

- `EuiFocusTrap` now defaults to *not* trapping focus across iframes
([#6908](elastic/eui#6908))

---------

Co-authored-by: Kibana Machine <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants