From eaa2b3c5d914ac902fa8578d0aec3ef0042c72e1 Mon Sep 17 00:00:00 2001 From: Maria Iriarte <106958839+mariairiartef@users.noreply.github.com> Date: Tue, 4 Feb 2025 11:05:35 +0100 Subject: [PATCH] [lens][datatable] Remove eui datagrid styles (#204057) ## Summary Removes additional styles to make table background transparent, as it was directly removed in EUI v98.2.1-borealis.1.1 https://github.com/elastic/kibana/pull/204783. ### Checklist - [x] The PR description includes the appropriate Release Notes section, and the correct `release_note:*` label is applied per the [guidelines](https://www.elastic.co/guide/en/kibana/master/contributing.html#kibana-release-notes-process) Co-authored-by: Marta Bondyra <4283304+mbondyra@users.noreply.github.com> (cherry picked from commit bdf496b2e1bb71c0bda31ee85b8255a49b229de4) --- .../visualizations/datatable/components/table_basic.scss | 5 ----- 1 file changed, 5 deletions(-) diff --git a/x-pack/platform/plugins/shared/lens/public/visualizations/datatable/components/table_basic.scss b/x-pack/platform/plugins/shared/lens/public/visualizations/datatable/components/table_basic.scss index 117c6797c3620..0f0ed53a10021 100644 --- a/x-pack/platform/plugins/shared/lens/public/visualizations/datatable/components/table_basic.scss +++ b/x-pack/platform/plugins/shared/lens/public/visualizations/datatable/components/table_basic.scss @@ -1,10 +1,5 @@ .lnsDataTableContainer { height: 100%; - - // EUI issue to make background transparent https://github.com/elastic/eui/issues/8136 - .euiDataGrid__content { - background: transparent; - } } .lnsTableCell--multiline {