-
Notifications
You must be signed in to change notification settings - Fork 8.5k
[New navigation] Use custom offset in EuiTooltip #234553
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
Changes from all commits
1c6d09e
fa032c4
dea6b27
34af818
93e6a85
6c9266c
0ff77f4
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -19,3 +19,4 @@ export const TOP_BAR_HEIGHT = 48; | |
| export const TOP_BAR_POPOVER_GAP = 8; | ||
| export const BOTTOM_POPOVER_GAP = 17; | ||
| export const POPOVER_OFFSET = 5; | ||
| export const TOOLTIP_OFFSET = 4; | ||
|
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @ek-so what do you think about this value? Should we have 2 different ones for collapsed and expanded mode?
Contributor
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. @weronikaolejniczak thanks for tagging! I took a look already, I think it's fine |
||
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.
@paulinashakirova Why is
POPOVER_OFFSETchanged here toTOOLTIP_OFFSET?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.
They got merged locally at some point, but I’ve split them out now.
Nice catch — appreciate you calling it out 👍