0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-01-20 22:42:53 -05:00

Updated inactive state

refs https://github.com/TryGhost/Team/issues/1986
This commit is contained in:
Djordje Vlaisavljevic 2022-10-07 10:00:47 +02:00 committed by Rishabh Garg
parent d9b3c1de41
commit f4d5271a1f
2 changed files with 3 additions and 3 deletions

View file

@ -54,7 +54,7 @@
<span class="gh-dashboard-list-text" role="button" aria-label="Show sources"
{{on "click" this.openAllSources}}>Other sources <span class="gh-dashboard-list-item-other-source-arrow">→</span></span>
</div>
<div class="gh-dashboard-list-item-sub">
<div class="gh-dashboard-list-item-sub gh-dashboard-list-item-sub-other {{if (eq @sortColumn "signups") "sorted-by"}}">
{{#if this.others.signups}}
<span class="gh-dashboard-metric-minivalue">
{{format-number this.others.signups}}
@ -66,7 +66,7 @@
{{/if}}
</div>
{{#if this.membersUtils.paidMembersEnabled}}
<div class="gh-dashboard-list-item-sub">
<div class="gh-dashboard-list-item-sub gh-dashboard-list-item-sub-other {{if (eq @sortColumn "paid") "sorted-by"}}">
{{#if this.others.paidConversions}}
<span class="gh-dashboard-metric-minivalue">
{{format-number this.others.paidConversions}}

View file

@ -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;
}