mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-20 22:42:53 -05:00
Added dark mode hover state
refs https://github.com/TryGhost/Team/issues/2608
This commit is contained in:
parent
7c84ef8c2d
commit
683a0726df
1 changed files with 4 additions and 0 deletions
|
@ -1523,3 +1523,7 @@ kbd {
|
|||
.gh-dashboard-mentions-header {
|
||||
border-color: #2b2d31;
|
||||
}
|
||||
|
||||
.gh-dashboard-mention:hover {
|
||||
background: var(--whitegrey-d1);
|
||||
}
|
Loading…
Add table
Reference in a new issue