From 061248f629545f6b0849749eb62018f5839a92f1 Mon Sep 17 00:00:00 2001 From: Nathan L Smith Date: Thu, 2 Apr 2020 08:50:52 -0500 Subject: [PATCH] Remove border around popover service map popover trigger (#62257) Fixes #62139. --- .../apm/public/components/app/ServiceMap/Popover/index.tsx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/x-pack/legacy/plugins/apm/public/components/app/ServiceMap/Popover/index.tsx b/x-pack/legacy/plugins/apm/public/components/app/ServiceMap/Popover/index.tsx index a9cc6457b4e31..102b135f3cd1f 100644 --- a/x-pack/legacy/plugins/apm/public/components/app/ServiceMap/Popover/index.tsx +++ b/x-pack/legacy/plugins/apm/public/components/app/ServiceMap/Popover/index.tsx @@ -43,8 +43,7 @@ export function Popover({ focusedServiceName }: PopoverProps) { background: 'transparent', height: renderedHeight, position: 'absolute', - width: renderedWidth, - border: '3px dotted red' + width: renderedWidth }; const trigger =
; const zoom = cy?.zoom() ?? 1;