From ae9ffb65c17a9dee4a7d168820b4fa8fdb130d60 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Thomas=20Lov=C3=A9n?= Date: Thu, 4 Aug 2022 20:36:17 +0000 Subject: [PATCH] Remove temporary blur effect --- js/plugin/popups.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/js/plugin/popups.ts b/js/plugin/popups.ts index 6e4091d..d2a350f 100644 --- a/js/plugin/popups.ts +++ b/js/plugin/popups.ts @@ -223,7 +223,6 @@ class BrowserModPopup extends LitElement { static get styles() { return css` ha-dialog { - --dialog-backdrop-filter: blur(5px); z-index: 10; --mdc-dialog-min-width: var(--popup-min-width, 400px); --mdc-dialog-max-width: var(--popup-max-width, 600px);