diff --git a/x-pack/plugins/endpoint/public/embeddables/resolver/view/process_event_dot.tsx b/x-pack/plugins/endpoint/public/embeddables/resolver/view/process_event_dot.tsx index 4a36f68885ce4f..7a139e87f499a5 100644 --- a/x-pack/plugins/endpoint/public/embeddables/resolver/view/process_event_dot.tsx +++ b/x-pack/plugins/endpoint/public/embeddables/resolver/view/process_event_dot.tsx @@ -61,7 +61,17 @@ const nodeAssets = { const ChildEventsButton = () => { return ( - {}} color="ghost" size="s" iconType="arrowDown" iconSide="right"> + ) => { + clickEvent.preventDefault(); + clickEvent.stopPropagation(); + }} + color="ghost" + size="s" + iconType="arrowDown" + iconSide="right" + tabIndex={-1} + > Events ); @@ -69,7 +79,15 @@ const ChildEventsButton = () => { const RelatedAlertsButton = () => { return ( - {}} color="ghost" size="s"> + ) => { + clickEvent.preventDefault(); + clickEvent.stopPropagation(); + }} + color="ghost" + size="s" + tabIndex={-1} + > Related Alerts ); @@ -361,6 +379,8 @@ export const ProcessEventDot = styled( white-space: nowrap; will-change: left, top, width, height; contain: strict; + min-width: 280px; + min-height: 90px; //dasharray & dashoffset should be equal to "pull" the stroke back //when it is transitioned.