From eece09e5edddd51d4c60d0475774218df1533f7e Mon Sep 17 00:00:00 2001 From: Stephen Abello Date: Wed, 9 Oct 2019 10:20:10 +0200 Subject: [PATCH] =?UTF-8?q?N=C2=B02311:=20Avoid=20new=20SSO=20buttons=20to?= =?UTF-8?q?=20flicker=20on=20page=20loading?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- css/login.css | 1 + 1 file changed, 1 insertion(+) diff --git a/css/login.css b/css/login.css index 445c48a55..80317629b 100644 --- a/css/login.css +++ b/css/login.css @@ -174,6 +174,7 @@ a:hover { background-color: #E4E7EB; filter: grayscale(1) opacity(0.8); transition-duration: 750ms; + transition-property: filter; } .sso-button:hover {