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:
parent
8a3c696f9d
commit
b64e7b6da0
2 changed files with 6 additions and 2 deletions
|
@ -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%);
|
||||
}
|
||||
|
||||
|
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue