fix: playlist folder menu item color

This commit is contained in:
Phan An 2022-10-14 10:17:15 +02:00
parent e5b6cc36f6
commit 0b85ff18b9
No known key found for this signature in database
GPG key ID: A81E4477F0BB6FDC

View file

@ -104,6 +104,10 @@ const onContextMenu = event => eventBus.emit('PLAYLIST_FOLDER_CONTEXT_MENU_REQUE
li.playlist-folder { li.playlist-folder {
position: relative; position: relative;
a {
color: var(--color-text-secondary);
}
&.droppable { &.droppable {
box-shadow: inset 0 0 0 1px var(--color-accent); box-shadow: inset 0 0 0 1px var(--color-accent);
border-radius: 4px; border-radius: 4px;