mirror of
https://github.com/TriliumNext/Notes.git
synced 2026-01-06 12:59:55 -06:00
style(next): recent changes list: use a strikethrough text for deleted notes
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user