From 8b5d88bf2b4f0581ce51eab0ae2438dcaf4fcd24 Mon Sep 17 00:00:00 2001 From: Adorian Doran Date: Thu, 19 Feb 2026 20:05:42 +0200 Subject: [PATCH] ui/grid view: fix CSS selector --- .../widgets/collections/legacy/ListOrGridView.css | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/apps/client/src/widgets/collections/legacy/ListOrGridView.css b/apps/client/src/widgets/collections/legacy/ListOrGridView.css index 1705cfd9df..c39b5a049c 100644 --- a/apps/client/src/widgets/collections/legacy/ListOrGridView.css +++ b/apps/client/src/widgets/collections/legacy/ListOrGridView.css @@ -34,13 +34,14 @@ margin-inline-start: 8px; flex-shrink: 0; } +} - &.use-note-color { - span.tn-icon + span, - .tn-icon, - .rendered-note-attributes { - color: var(--custom-color); - } +.note-book-card.use-note-color, +.note-book-card.use-note-color { + span.tn-icon + span, + .tn-icon, + .rendered-note-attributes { + color: var(--custom-color); } }