mirror of
https://github.com/zadam/trilium.git
synced 2025-11-11 15:55:52 +01:00
client/note tree item tinting: optimize
This commit is contained in:
@@ -905,7 +905,7 @@ export default class NoteTreeWidget extends NoteContextAwareWidget {
|
||||
const colorClass = note.getColorClass();
|
||||
|
||||
if (colorClass) {
|
||||
extraClasses.push(colorClass);
|
||||
extraClasses.push(...["tinted", colorClass]);
|
||||
}
|
||||
|
||||
return extraClasses.join(" ");
|
||||
|
||||
Reference in New Issue
Block a user