From feb7ceacd89af8cef238b998ae8c02f4d1aad40c Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Tue, 28 Jan 2025 21:11:18 +0200 Subject: [PATCH] style(next): fix strikethrough undelete button --- src/public/stylesheets/theme-next/shell.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index 4863498a6..8c876c23d 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -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; }