From 36d94e80b387a6e8f5c63e1f2e2a65edf4f7d82b Mon Sep 17 00:00:00 2001 From: Lost Paul <70213368+LostPaul@users.noreply.github.com> Date: Sat, 8 Apr 2023 22:36:38 +0200 Subject: [PATCH] Pointer cursor for hovering on folder notes --- styles.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/styles.css b/styles.css index eb14bfa..7cfae95 100644 --- a/styles.css +++ b/styles.css @@ -8,6 +8,10 @@ padding-top: 4px; } +.has-folder-note.nav-folder-title-content:hover { + cursor: pointer; +} + .folder-note-underline .has-folder-note.nav-folder-title-content { text-decoration-line: underline; text-decoration-color: var(--text-faint);