From f8bf38b1250e7bbeb3a42c72ab680bb296d58bc3 Mon Sep 17 00:00:00 2001 From: Kevin Qualters Date: Mon, 28 Feb 2022 20:45:59 -0500 Subject: [PATCH] Update hover actions css selector to re-hide default cell actions --- .../public/common/components/page/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/x-pack/plugins/security_solution/public/common/components/page/index.tsx b/x-pack/plugins/security_solution/public/common/components/page/index.tsx index d17f5ceb4f9b1..788e1fbee1063 100644 --- a/x-pack/plugins/security_solution/public/common/components/page/index.tsx +++ b/x-pack/plugins/security_solution/public/common/components/page/index.tsx @@ -35,12 +35,13 @@ export const AppGlobalStyle = createGlobalStyle<{ theme: { eui: { euiColorPrimar z-index: 9950 !important; } - .euiDataGridRowCell__expandButton .euiDataGridRowCell__actionButtonIcon { + .euiDataGridRowCell .euiDataGridRowCell__expandActions .euiDataGridRowCell__actionButtonIcon { display: none; &:first-child, &:nth-child(2), - &:nth-child(3) { + &:nth-child(3), + &:nth-child(6) { display: inline-flex; }