client: recent changes list: make possible to use a distinct style for note titles

pull/769/head
Adorian Doran 2024-12-13 03:21:32 +07:00
parent 7be83f78c2
commit 008e3a4dd8
1 changed files with 1 additions and 1 deletions

@ -140,7 +140,7 @@ export default class RecentChangesDialog extends BasicWidget {
.text(formattedTime) .text(formattedTime)
.attr("title", change.date) .attr("title", change.date)
) )
.append($noteLink)); .append($noteLink.addClass("note-title")));
} }
this.$content.append(dayEl); this.$content.append(dayEl);