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

Fixed dashboard dark mode issues

refs https://github.com/TryGhost/Team/issues/1986
This commit is contained in:
Djordje Vlaisavljevic 2022-09-27 20:47:10 +02:00
parent 8a3c696f9d
commit b64e7b6da0
2 changed files with 6 additions and 2 deletions

View file

@ -1128,6 +1128,10 @@ a.gh-post-list-cta.is-hovered:hover {
border-top: 1px solid rgb(23, 25, 28);
}
.gh-dashboard-metric.is-embedded {
background: var(--white);
}
/* Offers */
.gh-btn-green svg {
fill: #fff !important;
@ -1284,7 +1288,7 @@ kbd {
background: #1c1e21;
}
.gh-dashboard-recents .gh-dashboard-list-item:hover {
.gh-dashboard-recents .gh-dashboard-list-item:hover, .gh-dashboard-attribution .gh-dashboard-list-item:hover {
background: linear-gradient(90deg, rgba(21,23,25,0) 0%, rgba(21,23,25,1) 100%);
}

View file

@ -738,7 +738,7 @@ Dashboard List */
border-bottom: 0;
}
.gh-dashboard-recents .gh-dashboard-list-item:hover {
.gh-dashboard-recents .gh-dashboard-list-item:hover, .gh-dashboard-attribution .gh-dashboard-list-item:hover {
background: linear-gradient(315deg,#fafafb 60%,#fff);
}