Pointer cursor for hovering on folder notes

This commit is contained in:
Lost Paul 2023-04-08 22:36:38 +02:00
parent dbb20392a5
commit 36d94e80b3

View file

@ -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);