mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
style(next): recent changes list: disable the item hover effect on deleted notes
This commit is contained in:
parent
5d4dd8bc0a
commit
b41dab090f
@ -1085,7 +1085,7 @@ body .calendar-dropdown-widget .calendar-body a:hover {
|
||||
color: var(--active-item-text-color);
|
||||
}
|
||||
|
||||
.recent-changes-content ul li:hover {
|
||||
.recent-changes-content ul li:not(.deleted-note):hover {
|
||||
border-radius: 8px;
|
||||
background: var(--hover-item-background-color);
|
||||
color: var(--hover-item-text-color);
|
||||
|
Loading…
x
Reference in New Issue
Block a user