From 55af3285dc91c39f586e03528647f2b6d92efb84 Mon Sep 17 00:00:00 2001 From: Brent Kimmel Date: Tue, 6 Oct 2020 11:43:11 -0400 Subject: [PATCH] Remove backdrop blur: visual regression (#79668) --- x-pack/plugins/security_solution/public/resolver/view/styles.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/x-pack/plugins/security_solution/public/resolver/view/styles.tsx b/x-pack/plugins/security_solution/public/resolver/view/styles.tsx index 2577436f63096..e734d88fbd4ff 100644 --- a/x-pack/plugins/security_solution/public/resolver/view/styles.tsx +++ b/x-pack/plugins/security_solution/public/resolver/view/styles.tsx @@ -28,7 +28,6 @@ export const NodeSubMenu = styled(NodeSubMenuComponents)` contain: content; width: 12em; z-index: 2; - backdrop-filter: blur(5px); } &.options .item {