From ea9c7002de95ea9899c588e005823cfc76919534 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Chalifour?= Date: Thu, 14 May 2020 11:19:58 +0200 Subject: [PATCH] fix(docsearch): remove blur effect to avoid performance issues --- src/style.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/style.css b/src/style.css index b0e7715b2..ac4f7ef24 100644 --- a/src/style.css +++ b/src/style.css @@ -98,10 +98,6 @@ html[data-theme='dark'] { --docsearch-muted-color: rgb(127, 132, 151); } -.DocSearch--active #__docusaurus { - filter: blur(2px); -} - /* Search Button */ .DocSearch-SearchButton {