-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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 theme] Fix issues Index management #103465
Conversation
Pinging @elastic/kibana-stack-management (Team:Stack Management) |
...lication/components/component_templates/component_template_selector/component_templates.scss
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for fixing this, @sebelga! code changes LGTM 👍
Thanks for the review @yuliacech ! |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM! Just looked into the code and screenshots.
...lication/components/component_templates/component_template_selector/component_templates.scss
Outdated
Show resolved
Hide resolved
panelPaddingSize="none" | ||
data-test-subj="filterList" | ||
> | ||
<div className="euiFilterSelect__items"> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We normally don't use EUI classes directly here. But I noticed that this was already there and with the time we have left until 7.14 it's ok.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I am not sure why this class was added. I can have a look into it. Will try to merge this first though.
…component_templates/component_template_selector/component_templates.scss Co-authored-by: Elizabet Oliveira <[email protected]>
@elasticmachine merge upstream |
Thanks for the review @miukimiu ! |
💚 Build SucceededMetrics [docs]Async chunks
History
To update your PR or re-run it, just comment with: |
Co-authored-by: Elizabet Oliveira <[email protected]>
Co-authored-by: Elizabet Oliveira <[email protected]> Co-authored-by: Elizabet Oliveira <[email protected]>
Co-authored-by: Elizabet Oliveira <[email protected]>
Co-authored-by: Elizabet Oliveira <[email protected]> Co-authored-by: Elizabet Oliveira <[email protected]>
This PR adds some fixes for the Amsterdam theme in Index management > index template creation wizard.
Component templates - border issue
For the component templates selection there is a search box with a filter button which had some border problem.
Before
After
Component template - dark theme issue
Before
After