Better cursor for list items

This commit is contained in:
Mikko Ahlroth 2023-12-28 12:48:09 +02:00
parent 23a4685067
commit 1791539fb5

View file

@ -324,13 +324,17 @@ single-artist-view {
grid-column: 1 / -1;
}
.library-item {
cursor: default;
}
.library-item:active {
background: var(--glass-background);
}
.library-item img {
}
.library-item h3 {
overflow-wrap: break-word;
}
.library-item:active {
background: var(--glass-background);
}