style(next): fix strikethrough undelete button

This commit is contained in:
Elian Doran 2025-01-28 21:11:18 +02:00
parent 5c31a0afeb
commit feb7ceacd8
No known key found for this signature in database

View File

@ -1353,7 +1353,7 @@ body .calendar-dropdown-widget .calendar-body a:hover {
}
/* Item title for deleted notes */
.recent-changes-content ul li.deleted-note .note-title {
.recent-changes-content ul li.deleted-note .note-title > .note-title {
text-decoration: line-through;
}