Fixed row hover effects in dark mode

refs https://github.com/TryGhost/Team/issues/2127
This commit is contained in:
Djordje Vlaisavljevic 2022-10-21 11:08:03 +02:00
parent 910d13fbab
commit 1d4e6328cb

View File

@ -1296,7 +1296,7 @@ kbd {
background: #1c1e21;
}
.gh-dashboard-recents .gh-dashboard-list-item:hover, .gh-dashboard-attribution .gh-dashboard-list-item:hover {
.gh-dashboard-recents .gh-dashboard-list-item:hover, .gh-dashboard-attribution .gh-dashboard-list-item:hover, .gh-links-list-item:hover {
background: linear-gradient(90deg, rgba(21,23,25,0) 0%, rgba(21,23,25,1) 100%);
}