-
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
[Infra UI] Consistency in the popover styling #165960
Comments
Pinging @elastic/infra-monitoring-ui (Team:Infra Monitoring UI) |
@crespocarlos I added the extra space there based on the Figma design added in this issue. I see now that it's not the same as the others but I am not sure which should be the correct one 🤔 |
hey @jennypavlova. I'm not sure which one would be the best either. Both look fine, tbh. Pinging @kkurstak so she can make a decision about this. |
Hi guys, thanks for the ping. In the new designs I just used the defaults from the library. Double checked the source of truth [EUI] and it does not make a good job at helping us here "Adjust the title, content and footer padding via Auto Layout. The available sizes are 0, 8, 16, and 24." ... |
Apologies about my mistake in the new designs - will keep this in mind the next time. |
Closes #165960 ## Summary This PR sets all popups inside host view padding to size s (8px) ### Testing - Open the host view and check the popup size (should be 8px - size s): <img width="1303" alt="image" src="https://github.com/elastic/kibana/assets/14139027/b3242de6-5644-4a1d-9f10-7b9a76269848"> - Open metadata and processes message popups - they should have the same padding size: - Metadata Tab <img width="1002" alt="image" src="https://github.com/elastic/kibana/assets/14139027/e1c157aa-ced6-4a2e-9458-a38b99328276"> - Overview Tab <img width="585" alt="image" src="https://github.com/elastic/kibana/assets/14139027/878c1325-28af-4b16-9ec4-93a0fc620c87"> - Processes Tab <img width="1147" alt="image" src="https://github.com/elastic/kibana/assets/14139027/70dfc49f-ef1a-4786-bab4-7a3715af7f85">
Summary
The tooltips metadata and processes tooltips don't match with those of the rest of the Host details view and Asset Details.
Metadata and Processes tooltips
Flyout tooltips
Another example
The Metadata and Processes tooltips have bigger paddings and larger font-size. Ideally, there should be only one style for the tooltips, therefore we'll need to decide which of both styles will be the default one.
Acceptance Criteria
The text was updated successfully, but these errors were encountered: