From 10d79d00839e75c21bfd902a795cc143fcfef739 Mon Sep 17 00:00:00 2001 From: Greg Thompson Date: Tue, 14 Sep 2021 12:38:23 -0500 Subject: [PATCH] invert ::selection --- src/global_styling/reset/global_reset.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/global_styling/reset/global_reset.tsx b/src/global_styling/reset/global_reset.tsx index 18dcc3ef498..13f31718c02 100644 --- a/src/global_styling/reset/global_reset.tsx +++ b/src/global_styling/reset/global_reset.tsx @@ -250,7 +250,7 @@ export const EuiGlobalReset = () => { // background: $euiFocusBackgroundColor; background: ${transparentize( colors.primary, - colorMode === 'LIGHT' ? 0.9 : 0.8 + colorMode === 'LIGHT' ? 0.1 : 0.2 )} } `}