has-folder-note is now applied to the parent div

This commit is contained in:
Callum Loh 2023-04-05 11:09:50 +01:00
parent 197b17962e
commit 922c5d6d05

View file

@ -4,7 +4,7 @@
padding-top: 4px;
}
.folder-note-underline .has-folder-note.nav-folder-title-content {
.folder-note-underline .has-folder-note .nav-folder-title-content {
text-decoration-line: underline;
text-decoration-color: var(--text-faint);
text-decoration-thickness: 2px;
@ -83,4 +83,4 @@
.is-phone .fn-delete-confirmation-modal-buttons .fn-confirmation-modal-button {
margin-top: 10px;
}
}