From 9fa48613de5a5e2f4bb9c24270e03ac4a3a9629e Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Thu, 29 Sep 2022 16:14:52 +0200 Subject: [PATCH] Updated hover state for the anchor dropdown refs https://github.com/TryGhost/Team/issues/1986 --- ghost/admin/app/styles/layouts/dashboard.css | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ghost/admin/app/styles/layouts/dashboard.css b/ghost/admin/app/styles/layouts/dashboard.css index 98beb0667d..9364d18ae4 100644 --- a/ghost/admin/app/styles/layouts/dashboard.css +++ b/ghost/admin/app/styles/layouts/dashboard.css @@ -1033,6 +1033,13 @@ Dashboard Zero */ /* --------------------------------- Dashboard Attribution */ +.gh-dashboard-select-title-attribution .gh-contentfilter-menu-trigger:hover { + cursor: pointer; + color: #394047; + background: transparent; + opacity: 0.6; +} + .gh-dashboard-attribution-grid { display: grid; grid-template-columns: 1fr 1fr;