Fixed all sources modal gradient in dark mode

refs https://github.com/TryGhost/Team/issues/1986
This commit is contained in:
Djordje Vlaisavljevic 2022-10-03 12:24:54 +02:00
parent ee40c92758
commit 7fea370faf

View File

@ -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;
}