mirror of
https://github.com/koel/koel
synced 2024-11-24 13:13:05 +00:00
fix: playlist folder menu item color
This commit is contained in:
parent
e5b6cc36f6
commit
0b85ff18b9
1 changed files with 4 additions and 0 deletions
|
@ -104,6 +104,10 @@ const onContextMenu = event => eventBus.emit('PLAYLIST_FOLDER_CONTEXT_MENU_REQUE
|
|||
li.playlist-folder {
|
||||
position: relative;
|
||||
|
||||
a {
|
||||
color: var(--color-text-secondary);
|
||||
}
|
||||
|
||||
&.droppable {
|
||||
box-shadow: inset 0 0 0 1px var(--color-accent);
|
||||
border-radius: 4px;
|
||||
|
|
Loading…
Reference in a new issue