mirror of
https://github.com/zadam/trilium.git
synced 2025-10-21 15:49:00 +02:00
style(next): recent changes list: use a strikethrough text for deleted notes
This commit is contained in:
parent
0b266393b5
commit
04e96eefe4
@ -1121,6 +1121,11 @@ body .calendar-dropdown-widget .calendar-body a:hover {
|
|||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/* Item title for deleted notes */
|
||||||
|
.recent-changes-content ul li.deleted-note .note-title {
|
||||||
|
text-decoration: line-through;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Item path */
|
/* Item path */
|
||||||
.recent-changes-content ul li > span:nth-child(2) small {
|
.recent-changes-content ul li > span:nth-child(2) small {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user