Skip to content

Commit

Permalink
Active workflow use primary fg color (#4090)
Browse files Browse the repository at this point in the history
  • Loading branch information
christian-byrne committed Jul 28, 2024
1 parent 9300058 commit ab76abc
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions web/scripts/ui/menu/menu.css
Original file line number Diff line number Diff line change
Expand Up @@ -330,6 +330,7 @@

.comfyui-workflows-open .active {
font-weight: bold;
color: var(--primary-fg);
}

.comfyui-workflows-favorites:empty {
Expand Down Expand Up @@ -417,6 +418,10 @@
padding: 2px 4px;
}

.comfyui-workflows-tree-file.active .comfyui-workflows-file-action {
color: var(--primary-fg);
}

.lg ~ .comfyui-workflows-popup .comfyui-workflows-tree-file:not(:hover) .comfyui-workflows-file-action {
opacity: 0;
}
Expand Down

0 comments on commit ab76abc

Please sign in to comment.