From 922c5d6d05ac5a866662fd40271a1442955b0dd2 Mon Sep 17 00:00:00 2001 From: Callum Loh Date: Wed, 5 Apr 2023 11:09:50 +0100 Subject: [PATCH] has-folder-note is now applied to the parent div --- styles.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/styles.css b/styles.css index 574f60a..be09624 100644 --- a/styles.css +++ b/styles.css @@ -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; -} \ No newline at end of file +}