We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9300058 commit ab76abcCopy full SHA for ab76abc
web/scripts/ui/menu/menu.css
@@ -330,6 +330,7 @@
330
331
.comfyui-workflows-open .active {
332
font-weight: bold;
333
+ color: var(--primary-fg);
334
}
335
336
.comfyui-workflows-favorites:empty {
@@ -417,6 +418,10 @@
417
418
padding: 2px 4px;
419
420
421
+.comfyui-workflows-tree-file.active .comfyui-workflows-file-action {
422
423
+}
424
+
425
.lg ~ .comfyui-workflows-popup .comfyui-workflows-tree-file:not(:hover) .comfyui-workflows-file-action {
426
opacity: 0;
427
0 commit comments