style(next): recent changes list: disable the item hover effect on deleted notes

This commit is contained in:
Adorian Doran 2024-12-13 03:03:50 +02:00
parent 5d4dd8bc0a
commit b41dab090f

View File

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