From e0d61631d354ed6b07688ce1f4be782f3fe539e6 Mon Sep 17 00:00:00 2001 From: James Morris Date: Thu, 12 May 2022 10:20:41 +0100 Subject: [PATCH] Tiny tweak to the community hover state refs: https://github.com/TryGhost/Team/issues/1531 --- ghost/admin/app/styles/layouts/dashboard-v5.css | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ghost/admin/app/styles/layouts/dashboard-v5.css b/ghost/admin/app/styles/layouts/dashboard-v5.css index cc462103c0..2be1c2a56e 100644 --- a/ghost/admin/app/styles/layouts/dashboard-v5.css +++ b/ghost/admin/app/styles/layouts/dashboard-v5.css @@ -1404,13 +1404,12 @@ Dashboard v5 Community */ background-image: url(img/community-background.jpg); color: var(--white); padding-top: 32px; - transition: all .5s ease-in-out; + transition: all 1.2s ease-in-out; border: 0 none; } .gh-dashboard5-community .gh-dashboard5-resource-box:hover { box-shadow: 0 54px 80px rgb(0 0 0 / 7%), 0 19.7109px 29.2013px rgb(0 0 0 / 5%), 0 9.56927px 14.1767px rgb(0 0 0 / 4%), 0 4.69103px 6.94968px rgb(0 0 0 / 3%), 0 1.85484px 2.74791px rgb(0 0 0 / 2%); - transform: translateY(-4px); background-size: auto 108%; }