mirror of
https://github.com/zadam/trilium.git
synced 2025-11-03 03:46:37 +01:00
style(next): change hover mechanism for note list
This commit is contained in:
@@ -1185,7 +1185,12 @@ html .note-detail-editable-text :not(figure, .include-note):first-child {
|
|||||||
color: var(--left-pane-icon-color) !important;
|
color: var(--left-pane-icon-color) !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.note-list.grid-view .note-book-card:hover {
|
||||||
|
background: var(--card-background-color) !important;
|
||||||
|
filter: contrast(105%);
|
||||||
|
}
|
||||||
|
|
||||||
.note-list.grid-view .note-book-card img {
|
.note-list.grid-view .note-book-card img {
|
||||||
object-fit: cover !important;
|
object-fit: cover !important;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user