From e4e7a1ced14565923a5948f2f985c90c21a46bc5 Mon Sep 17 00:00:00 2001 From: Dominique Clarke Date: Thu, 14 Oct 2021 12:43:39 -0400 Subject: [PATCH] [Observability] [Exploratory view] remove the filter buttons from the exploratory view legend (#114908) --- .../components/shared/exploratory_view/exploratory_view.tsx | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/x-pack/plugins/observability/public/components/shared/exploratory_view/exploratory_view.tsx b/x-pack/plugins/observability/public/components/shared/exploratory_view/exploratory_view.tsx index 9870d88d1220ad..f3f332b5094b63 100644 --- a/x-pack/plugins/observability/public/components/shared/exploratory_view/exploratory_view.tsx +++ b/x-pack/plugins/observability/public/components/shared/exploratory_view/exploratory_view.tsx @@ -183,6 +183,10 @@ const Wrapper = styled(EuiPanel)` width: 100%; overflow-x: auto; position: relative; + + .echLegendItem__action { + display: none; + } `; const ShowPreview = styled(EuiButtonEmpty)`