From 9a53aeadc10b4a692ca85e0a1f2e88ac1b34d9cb Mon Sep 17 00:00:00 2001 From: Oliver Gupte Date: Tue, 4 Feb 2020 08:35:46 -0800 Subject: [PATCH] Closes #56575. Removes red border. (#56576) Co-authored-by: Elastic Machine --- .../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 e8e37cfdfb1f0..8e49a02909aab 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 @@ -38,8 +38,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;