From 900bfdff9d8fab4250ad28e18b916832084d087e Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Sun, 15 Feb 2026 18:18:50 +0200 Subject: [PATCH] style/list view: refactor --- .../widgets/collections/legacy/ListOrGridView.css | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/apps/client/src/widgets/collections/legacy/ListOrGridView.css b/apps/client/src/widgets/collections/legacy/ListOrGridView.css index eea3222a45..12199ad3bc 100644 --- a/apps/client/src/widgets/collections/legacy/ListOrGridView.css +++ b/apps/client/src/widgets/collections/legacy/ListOrGridView.css @@ -173,13 +173,13 @@ opacity: .75; } } -} -.nested-note-list-item.use-note-color { - span.tn-icon + span, - .nested-note-list:not(.search-results) & .tn-icon, - .rendered-note-attributes { - color: var(--custom-color); + &.use-note-color { + span.tn-icon + span, + .nested-note-list:not(.search-results) & .tn-icon, + .rendered-note-attributes { + color: var(--custom-color); + } } }