Skip to content

Commit ab76abc

Browse files
Active workflow use primary fg color (comfyanonymous#4090)
1 parent 9300058 commit ab76abc

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

web/scripts/ui/menu/menu.css

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -330,6 +330,7 @@
330330

331331
.comfyui-workflows-open .active {
332332
font-weight: bold;
333+
color: var(--primary-fg);
333334
}
334335

335336
.comfyui-workflows-favorites:empty {
@@ -417,6 +418,10 @@
417418
padding: 2px 4px;
418419
}
419420

421+
.comfyui-workflows-tree-file.active .comfyui-workflows-file-action {
422+
color: var(--primary-fg);
423+
}
424+
420425
.lg ~ .comfyui-workflows-popup .comfyui-workflows-tree-file:not(:hover) .comfyui-workflows-file-action {
421426
opacity: 0;
422427
}

0 commit comments

Comments
 (0)