mirror of
https://github.com/TriliumNext/Notes.git
synced 2025-08-20 10:22:26 +08:00
style(next): change hover mechanism for note list
This commit is contained in:
parent
61a4a2230b
commit
e91afe1a09
@ -1185,6 +1185,11 @@ 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%;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user