We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The panel component does not apply the emotion styles if it's rendering as button component:
styles passed in: https://github.com/elastic/eui/blob/main/src/components/panel/panel.tsx#L154
styles not passed in: https://github.com/elastic/eui/blob/main/src/components/panel/panel.tsx#L142
This is affecting at least these two places in Kibana:
Before:
After:
FYI @chandlerprall it would be great if this could be fixed for 8.4
The text was updated successfully, but these errors were encountered:
Emotion
button
@flash1293 Are you sure the styles aren't being passed or is it a specifically/ cascade issue? Can you check the rendered styles?
Sorry, something went wrong.
Nevermind, I see @miukimiu found and fixed the issue already.
Yeah, they are not passed (nothing is in the DOM)
elizabetdev
Successfully merging a pull request may close this issue.
The panel component does not apply the emotion styles if it's rendering as button component:
styles passed in: https://github.com/elastic/eui/blob/main/src/components/panel/panel.tsx#L154
styles not passed in: https://github.com/elastic/eui/blob/main/src/components/panel/panel.tsx#L142
This is affecting at least these two places in Kibana:
Before:
After:
FYI @chandlerprall it would be great if this could be fixed for 8.4
The text was updated successfully, but these errors were encountered: