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:
parent
f4d5271a1f
commit
15fbd3d7e6
1 changed files with 3 additions and 3 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue