mirror of
https://github.com/Comfy-Org/ComfyUI_frontend.git
synced 2026-04-28 10:12:11 +00:00
fix transition selector
This commit is contained in:
@@ -131,7 +131,7 @@
|
|||||||
.litegraph .litemenu-entry:hover:not(.disabled):not(.separator) {
|
.litegraph .litemenu-entry:hover:not(.disabled):not(.separator) {
|
||||||
background-color: #444 !important;
|
background-color: #444 !important;
|
||||||
color: #EEE;
|
color: #EEE;
|
||||||
transition: * 0.4s;
|
transition: all 0.4s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.litegraph .litemenu-entry .property_name {
|
.litegraph .litemenu-entry .property_name {
|
||||||
@@ -218,7 +218,7 @@ litegraph.litesearchbox .helper {
|
|||||||
user-select: none;
|
user-select: none;
|
||||||
-moz-user-select: none;
|
-moz-user-select: none;
|
||||||
-webkit-user-select: none;
|
-webkit-user-select: none;
|
||||||
transition: * linear 0.5s;
|
transition: all linear 0.5s;
|
||||||
}
|
}
|
||||||
|
|
||||||
.graphmenu-entry.event, .litemenu-entry.event {
|
.graphmenu-entry.event, .litemenu-entry.event {
|
||||||
|
|||||||
Reference in New Issue
Block a user