diff --git a/style.css b/style.css index dbc7424..e20a6cf 100644 --- a/style.css +++ b/style.css @@ -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); -}