Unverified Commit ab76abc7 authored by bymyself's avatar bymyself Committed by GitHub
Browse files

Active workflow use primary fg color (#4090)

parent 93000580
...@@ -330,6 +330,7 @@ ...@@ -330,6 +330,7 @@
.comfyui-workflows-open .active { .comfyui-workflows-open .active {
font-weight: bold; font-weight: bold;
color: var(--primary-fg);
} }
.comfyui-workflows-favorites:empty { .comfyui-workflows-favorites:empty {
...@@ -417,6 +418,10 @@ ...@@ -417,6 +418,10 @@
padding: 2px 4px; 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 { .lg ~ .comfyui-workflows-popup .comfyui-workflows-tree-file:not(:hover) .comfyui-workflows-file-action {
opacity: 0; opacity: 0;
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment