From f4d5271a1f574246e887666c6d625ef2d6cceb23 Mon Sep 17 00:00:00 2001 From: Djordje Vlaisavljevic Date: Fri, 7 Oct 2022 10:00:47 +0200 Subject: [PATCH] Updated inactive state refs https://github.com/TryGhost/Team/issues/1986 --- .../member-attribution/source-attribution-table.hbs | 4 ++-- ghost/admin/app/styles/layouts/dashboard.css | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/ghost/admin/app/components/member-attribution/source-attribution-table.hbs b/ghost/admin/app/components/member-attribution/source-attribution-table.hbs index a534525e82..81424c85cf 100644 --- a/ghost/admin/app/components/member-attribution/source-attribution-table.hbs +++ b/ghost/admin/app/components/member-attribution/source-attribution-table.hbs @@ -54,7 +54,7 @@ Other sources -
+
{{#if this.others.signups}} {{format-number this.others.signups}} @@ -66,7 +66,7 @@ {{/if}}
{{#if this.membersUtils.paidMembersEnabled}} -
+
{{#if this.others.paidConversions}} {{format-number this.others.paidConversions}} diff --git a/ghost/admin/app/styles/layouts/dashboard.css b/ghost/admin/app/styles/layouts/dashboard.css index c15e40d77b..36b8c157ab 100644 --- a/ghost/admin/app/styles/layouts/dashboard.css +++ b/ghost/admin/app/styles/layouts/dashboard.css @@ -1157,7 +1157,7 @@ Dashboard Attribution */ fill: var(--midlightgrey); } -.gh-dashboard-list-item-sub-signup:not(.sorted-by), .gh-dashboard-list-item-sub-paid:not(.sorted-by) { +.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; }