Skip to content

Commit

Permalink
Remove border around popover service map popover trigger (#62257)
Browse files Browse the repository at this point in the history
Fixes #62139.
  • Loading branch information
smith authored Apr 2, 2020
1 parent 90efa68 commit 061248f
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 061248f

Please sign in to comment.