diff --git a/src/public/app/widgets/note_paths.js b/src/public/app/widgets/note_paths.js index d578455c9..73241e76d 100644 --- a/src/public/app/widgets/note_paths.js +++ b/src/public/app/widgets/note_paths.js @@ -18,6 +18,10 @@ const TPL = ` max-height: 600px; overflow-y: auto; } + + .note-path-list .current { + text-decoration: underline; + }