mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
Fixed row hover effects in dark mode
refs https://github.com/TryGhost/Team/issues/2127
This commit is contained in:
parent
910d13fbab
commit
1d4e6328cb
1 changed files with 1 additions and 1 deletions
|
@ -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%);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue