diff --git a/src/public/stylesheets/theme-next/shell.css b/src/public/stylesheets/theme-next/shell.css index 84a88a6a3..087cff492 100644 --- a/src/public/stylesheets/theme-next/shell.css +++ b/src/public/stylesheets/theme-next/shell.css @@ -1121,6 +1121,11 @@ body .calendar-dropdown-widget .calendar-body a:hover { text-decoration: underline; } +/* Item title for deleted notes */ +.recent-changes-content ul li.deleted-note .note-title { + text-decoration: line-through; +} + /* Item path */ .recent-changes-content ul li > span:nth-child(2) small {