Skip to content

Commit

Permalink
[Observability] [Exploratory view] remove the filter buttons from the…
Browse files Browse the repository at this point in the history
… exploratory view legend (elastic#114908)
  • Loading branch information
dominiqueclarke authored and artem-shelkovnikov committed Oct 20, 2021
1 parent 9f2b593 commit db67c4b
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -183,6 +183,10 @@ const Wrapper = styled(EuiPanel)`
width: 100%;
overflow-x: auto;
position: relative;
.echLegendItem__action {
display: none;
}
`;

const ShowPreview = styled(EuiButtonEmpty)`
Expand Down

0 comments on commit db67c4b

Please sign in to comment.