mirror of
https://github.com/lostpaul/obsidian-folder-notes.git
synced 2026-07-22 07:40:24 +00:00
Pointer cursor for hovering on folder notes
This commit is contained in:
parent
dbb20392a5
commit
36d94e80b3
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue