From 15fbd3d7e607ff5bc561b69b19ef1f739ec0d8c6 Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Fri, 7 Oct 2022 10:09:18 +0200 Subject: [PATCH] Updated attribution widget design refs https://github.com/TryGhost/Team/issues/1986 --- ghost/admin/app/styles/layouts/dashboard.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/admin/app/styles/layouts/dashboard.css b/ghost/admin/app/styles/layouts/dashboard.css index 36b8c157ab..2762da988d 100644 --- a/ghost/admin/app/styles/layouts/dashboard.css +++ b/ghost/admin/app/styles/layouts/dashboard.css @@ -1154,11 +1154,11 @@ Dashboard Attribution */ } .gh-dashboard-list-title svg path { - fill: var(--midlightgrey); + fill: var(--midgrey); } -.gh-dashboard-list-item-sub-signup:not(.sorted-by), .gh-dashboard-list-item-sub-paid:not(.sorted-by), .gh-dashboard-list-item-sub-other:not(.sorted-by) { - opacity: 0.6; +.gh-dashboard-list-item-sub-signup:not(.sorted-by) .gh-dashboard-metric-minivalue, .gh-dashboard-list-item-sub-paid:not(.sorted-by) .gh-dashboard-metric-minivalue, .gh-dashboard-list-item-sub-other:not(.sorted-by) .gh-dashboard-metric-minivalue { + color: var(--midlightgrey); } .gh-dashboard-list-item:first-child .gh-dashboard-list-item-sub-source::after {