mirror of
				https://github.com/zadam/trilium.git
				synced 2025-10-31 18:36:30 +01:00 
			
		
		
		
	client: recent changes list: make possible to use a distinct style for note titles
This commit is contained in:
		| @@ -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); | ||||
|   | ||||
		Reference in New Issue
	
	Block a user