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 (#114908)
  • Loading branch information
dominiqueclarke authored Oct 14, 2021
1 parent dfbb397 commit e4e7a1c
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 e4e7a1c

Please sign in to comment.