From d51744ce192d52687901c7d68f814762e9986d5a Mon Sep 17 00:00:00 2001 From: zadam Date: Mon, 8 Mar 2021 00:07:00 +0100 Subject: [PATCH] make note paths current path underlined --- src/public/app/widgets/note_paths.js | 4 ++++ 1 file changed, 4 insertions(+) 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; + }