mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-21 23:05:46 +00:00
fix(playlists): Smart Playlist editor theme, toggles, and exclude-all-genres (#970)
* fix(playlists): Smart Playlist editor theme, toggles, and exclude-all-genres Replace native sort select with CustomSelect, fix mode-button layout shift, color-code included vs excluded genres, collapse exclude-all to untagged rule, and handle empty smart playlists without false "not found". * docs: CHANGELOG and credits for Smart Playlist editor fix (PR #970) * chore(credits): drop minor fix entries from PR #958 onward
This commit is contained in:
@@ -154,3 +154,10 @@
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Smart playlist editor — mode toggles stay aligned when primary/surface swaps. */
|
||||
.smart-playlist-mode-toggle .btn-primary:hover {
|
||||
transform: none;
|
||||
box-shadow: none;
|
||||
filter: brightness(1.08);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user