mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-13 06:57:28 +08:00
Knot node switch pin
This commit is contained in:
33
dist/css/ueb-style.css
vendored
33
dist/css/ueb-style.css
vendored
@@ -214,6 +214,27 @@ ueb-selector > * {
|
||||
overflow: hidden;
|
||||
}
|
||||
|
||||
ueb-node[data-type="/Script/BlueprintGraph.K2Node_Knot"] {
|
||||
box-shadow: none;
|
||||
}
|
||||
|
||||
ueb-node[data-type="/Script/BlueprintGraph.K2Node_Knot"] ueb-pin {
|
||||
min-height: 0;
|
||||
}
|
||||
|
||||
ueb-node[data-type="/Script/BlueprintGraph.K2Node_Knot"] ueb-pin[data-direction=input] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
ueb-node[data-type="/Script/BlueprintGraph.K2Node_Knot"] .ueb-node-border {
|
||||
padding: 8px 18px;
|
||||
background: none !important;
|
||||
}
|
||||
|
||||
ueb-node[data-type="/Script/BlueprintGraph.K2Node_Knot"][data-selected=true] .ueb-node-border {
|
||||
box-shadow: inset 0 0 0px 6px #d29e07;
|
||||
}
|
||||
|
||||
ueb-link {
|
||||
--ueb-link-color: rgb(var(--ueb-link-color-rgb));
|
||||
--ueb-from-input-coefficient: calc(2 * var(--ueb-from-input) - 1);
|
||||
@@ -495,7 +516,7 @@ ueb-blueprint[data-scrolling=false][data-selecting=false] .ueb-pin-wrapper:hover
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
ueb-pin[data-type=exec] .ueb-pin-icon {
|
||||
ueb-pin[data-type=exec] .ueb-pin-icon-exec {
|
||||
--ueb-pin-color: white;
|
||||
width: 15px;
|
||||
height: 15px;
|
||||
@@ -508,12 +529,6 @@ ueb-pin[data-type=exec] .ueb-pin-icon {
|
||||
color: var(--ueb-pin-color);
|
||||
}
|
||||
|
||||
.ueb-pin-icon svg {
|
||||
display: block;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
ueb-pin[data-linked=true] .ueb-pin-tofill {
|
||||
fill: currentColor;
|
||||
}
|
||||
@@ -523,10 +538,6 @@ ueb-pin[data-linked=true] .ueb-pin-tofill {
|
||||
vertical-align: middle;
|
||||
}
|
||||
|
||||
ueb-pin[data-type=exec] .ueb-pin-name {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.ueb-zoom--6 .ueb-pin-content {
|
||||
visibility: hidden;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user