From 2a5b1fe1a9424804ee24208a41a223d401ee850e Mon Sep 17 00:00:00 2001 From: Nolan Lawson Date: Tue, 27 Mar 2018 20:13:17 -0700 Subject: [PATCH] remove unnecessary will-change/filter --- routes/_components/dialog/ModalDialog.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/routes/_components/dialog/ModalDialog.html b/routes/_components/dialog/ModalDialog.html index b26733e4..c40e3a82 100644 --- a/routes/_components/dialog/ModalDialog.html +++ b/routes/_components/dialog/ModalDialog.html @@ -41,8 +41,6 @@ position: fixed; top: 50%; left: 50%; - -webkit-filter: blur(0); - will-change: transform; transform: translate(-50%, -50%); -webkit-font-smoothing: antialiased; /* fix for transform:translate causing blurry text in Chrome/Safari */ padding: 0;