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 c85e7b9f36ac1..ff03eae0c3b9f 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 @@ -75,17 +75,17 @@ export const AppGlobalStyle = createGlobalStyle<{ theme: { eui: { euiColorPrimar .euiPopoverFooter { border: 0; + margin-top: 0 !important; .euiFlexGroup { flex-direction: column; + } + } - .euiButtonEmpty .euiButtonContent { - justify-content: left; - } - - .euiFlexItem:first-child, - .euiFlexItem:nth-child(2) { - display: none; - } + // Hide EUI's 'Filter in' and 'Filter out' footer buttons - replaced with our own buttons + .euiPopoverFooter:nth-child(2) { + .euiFlexItem:first-child, + .euiFlexItem:nth-child(2) { + display: none; } } }