Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
ab76abc7
"git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "b6a21419d6930001fba0a80bcb0b0dbc5529bcbc"
Unverified
Commit
ab76abc7
authored
Jul 27, 2024
by
bymyself
Committed by
GitHub
Jul 27, 2024
Browse files
Active workflow use primary fg color (#4090)
parent
93000580
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
web/scripts/ui/menu/menu.css
web/scripts/ui/menu/menu.css
+5
-0
No files found.
web/scripts/ui/menu/menu.css
View file @
ab76abc7
...
@@ -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
;
}
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment