From bcac332d31cda9c644596fd6f1371f1b561f7e07 Mon Sep 17 00:00:00 2001 From: "J. Ryan Stinnett" Date: Fri, 1 Feb 2019 12:46:17 -0600 Subject: [PATCH] Remove unneeded backdrop on auth pages --- res/css/views/auth/_AuthPage.scss | 2 -- 1 file changed, 2 deletions(-) diff --git a/res/css/views/auth/_AuthPage.scss b/res/css/views/auth/_AuthPage.scss index 64b69c750f..8ef48b6265 100644 --- a/res/css/views/auth/_AuthPage.scss +++ b/res/css/views/auth/_AuthPage.scss @@ -26,8 +26,6 @@ limitations under the License. display: flex; margin: 100px auto auto; border-radius: 4px; - // Not currently supported in Firefox: https://bugzilla.mozilla.org/show_bug.cgi?id=1178765 - backdrop-filter: blur(10px); box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.33); background-color: $authpage-modal-bg-color; }