style/list view: refactor

This commit is contained in:
Adorian Doran 2026-02-15 18:18:50 +02:00
parent 108ca5afb5
commit 900bfdff9d

View File

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