From 3df03a551c8c66a134b4aee984ca9a3e91f9e1c4 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 15 Feb 2026 18:15:07 +0200 Subject: [PATCH] client/list view: add support for archived items --- .../collections/legacy/ListOrGridView.css | 22 ++++++++++++++----- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/apps/client/src/widgets/collections/legacy/ListOrGridView.css b/apps/client/src/widgets/collections/legacy/ListOrGridView.css index 7e36c445f0..18f91c1819 100644 --- a/apps/client/src/widgets/collections/legacy/ListOrGridView.css +++ b/apps/client/src/widgets/collections/legacy/ListOrGridView.css @@ -119,12 +119,15 @@ } /* List item */ -.nested-note-list-item h5 { - display: flex; - align-items: center; - font-size: 1em; - font-weight: normal; - margin: 0; +.nested-note-list-item { + + h5 { + display: flex; + align-items: center; + font-size: 1em; + font-weight: normal; + margin: 0; + } .note-expander { margin-inline-end: 4px; @@ -163,6 +166,13 @@ margin-inline-start: 8px; flex-shrink: 0; } + + &.archived { + .note-book-title, + .tn-icon { + opacity: .5; + } + } } .nested-note-list-item.use-note-color {