0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-03-18 02:21:47 -05:00

Updated attribution widget design

refs https://github.com/TryGhost/Team/issues/1986
This commit is contained in:
Djordje Vlaisavljevic 2022-10-07 10:09:18 +02:00 committed by Rishabh Garg
parent f4d5271a1f
commit 15fbd3d7e6

View file

@ -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 {