mirror of
https://github.com/zadam/trilium.git
synced 2026-03-18 01:50:26 +01:00
ui/grid view: fix CSS selector
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user