Skip to content
This repository has been archived by the owner on Mar 31, 2024. It is now read-only.

Commit

Permalink
Remove red dotted border from service map node (elastic#66062)
Browse files Browse the repository at this point in the history
  • Loading branch information
smith authored May 11, 2020
1 parent 816f2a9 commit c248832
Showing 1 changed file with 1 addition and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 = <div style={triggerStyle} />;
const zoom = cy?.zoom() ?? 1;
Expand Down

0 comments on commit c248832

Please sign in to comment.