Skip to content

Commit

Permalink
fix(prometheusgraph): improve hovered series vis
Browse files Browse the repository at this point in the history
  • Loading branch information
foot committed Apr 10, 2019
1 parent 9a7813d commit a0ed25d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/PrometheusGraph/_HoverInfo.js
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ const TooltipRow = styled.div`
props.focused &&
`
font-weight: bold;
background-color: ${props.theme.colors.purple100};;
`};
`;

Expand Down

0 comments on commit a0ed25d

Please sign in to comment.