mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-10 18:39:22 +08:00
client: recent changes list: make possible to use a distinct style for note titles
This commit is contained in:
parent
7be83f78c2
commit
008e3a4dd8
@ -140,7 +140,7 @@ export default class RecentChangesDialog extends BasicWidget {
|
||||
.text(formattedTime)
|
||||
.attr("title", change.date)
|
||||
)
|
||||
.append($noteLink));
|
||||
.append($noteLink.addClass("note-title")));
|
||||
}
|
||||
|
||||
this.$content.append(dayEl);
|
||||
|
Loading…
x
Reference in New Issue
Block a user