mirror of
https://github.com/zadam/trilium.git
synced 2025-11-01 02:45:54 +01:00
new code icons, protected note icon in note tree is now styled using CSS filter drop shadow
This commit is contained in:
@@ -150,6 +150,10 @@ const noteTree = (function() {
|
||||
extraClasses.push("multiple-parents");
|
||||
}
|
||||
|
||||
if (note.type === 'code') {
|
||||
extraClasses.push("code");
|
||||
}
|
||||
|
||||
return extraClasses.join(" ");
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user