mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-22 06:13:23 +08:00
Fix input node, pin colors simplified
This commit is contained in:
@@ -1,3 +1,17 @@
|
||||
ueb-blueprint {
|
||||
--ueb-pin-color-dim: #afafaf;
|
||||
}
|
||||
|
||||
ueb-pin {
|
||||
--ueb-pin-background: linear-gradient(90deg,
|
||||
rgba(var(--ueb-pin-color-rgb), 0.15),
|
||||
rgba(var(--ueb-pin-color-rgb), 0.8) 15%,
|
||||
rgba(var(--ueb-pin-color-rgb), 0.5) 60%,
|
||||
rgba(var(--ueb-pin-color-rgb), 0.35) 95%,
|
||||
transparent);
|
||||
--ueb-pin-color: rgb(var(--ueb-pin-color-rgb));
|
||||
}
|
||||
|
||||
ueb-pin {
|
||||
display: block;
|
||||
min-height: 30px;
|
||||
@@ -93,6 +107,10 @@ ueb-pin[data-type="exec"] .ueb-pin-name {
|
||||
}
|
||||
}
|
||||
|
||||
ueb-pin[data-linked="true"] .ueb-pin-input {
|
||||
display: none;
|
||||
}
|
||||
|
||||
ueb-pin[data-type="bool"] .ueb-pin-input {
|
||||
appearance: none;
|
||||
padding: 0;
|
||||
|
||||
Reference in New Issue
Block a user