mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-25 11:55:03 +03:00
Fixed all sources modal gradient in dark mode
refs https://github.com/TryGhost/Team/issues/1986
This commit is contained in:
parent
ee40c92758
commit
7fea370faf
@ -1305,6 +1305,10 @@ kbd {
|
||||
background: linear-gradient(90deg, rgba(21,23,25,0) 0%, rgba(21,23,25,1) 100%);
|
||||
}
|
||||
|
||||
.gh-all-sources .gh-dashboard-list-body:before, .gh-all-sources .gh-dashboard-list-body:after {
|
||||
background: transparent;
|
||||
}
|
||||
|
||||
.gh-dashboard-resource .gh-dashboard-list-item:hover {
|
||||
background: transparent;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user