ui/grid view: fix CSS selector
Some checks are pending
Checks / main (push) Waiting to run

This commit is contained in:
Adorian Doran 2026-02-19 20:05:42 +02:00
parent 5588042ab6
commit 8b5d88bf2b

View File

@ -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);
}
}