mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-13 06:57:28 +08:00
Data types-related fixes
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
--ueb-pin-color: #{$ueb-pin-color};
|
||||
}
|
||||
|
||||
.ueb-pin-integer {
|
||||
.ueb-pin-int {
|
||||
$ueb-pin-color : #1fe0ad;
|
||||
--ueb-pin-color: #{$ueb-pin-color};
|
||||
}
|
||||
@@ -41,7 +41,7 @@
|
||||
--ueb-pin-color: #{$ueb-pin-color};
|
||||
}
|
||||
|
||||
.ueb-pin-objectreference {
|
||||
.ueb-pin-object {
|
||||
$ueb-pin-color : #00a8f2;
|
||||
--ueb-pin-color: #{$ueb-pin-color};
|
||||
}
|
||||
@@ -105,6 +105,10 @@ ueb-blueprint[data-drag-scrolling="true"] .ueb-grid {
|
||||
cursor: grabbing;
|
||||
}
|
||||
|
||||
ueb-blueprint[data-drag-scrolling="false"] .ueb-grid {
|
||||
cursor: default;
|
||||
}
|
||||
|
||||
.ueb-zoom--.ueb,
|
||||
.ueb {
|
||||
/* 16/16 */
|
||||
@@ -203,10 +207,6 @@ ueb-blueprint[data-drag-scrolling="false"][data-selecting="false"] ueb-node {
|
||||
border-radius: calc(var(--ueb-node-radius) * 1.4);
|
||||
}
|
||||
|
||||
.ueb-selected {
|
||||
z-index: 1;
|
||||
}
|
||||
|
||||
.ueb-selected>.ueb-node-border {
|
||||
background-image:
|
||||
linear-gradient(to right, #f1b000 0%, #f1b000 100%),
|
||||
@@ -267,15 +267,19 @@ ueb-pin {
|
||||
padding: 1px 2px;
|
||||
}
|
||||
|
||||
ueb-blueprint[data-drag-scrolling="false"] .ueb-grid {
|
||||
cursor: default;
|
||||
ueb-node[data-advanced-display="Hidden"] ueb-pin[data-advanced-view="true"] {
|
||||
display: none;
|
||||
}
|
||||
|
||||
ueb-blueprint[data-drag-scrolling="false"][data-selecting="false"] ueb-node ueb-pin:hover {
|
||||
ueb-blueprint[data-drag-scrolling="false"][data-selecting="false"] ueb-pin:hover {
|
||||
background: var(--ueb-pin-background);
|
||||
cursor : crosshair;
|
||||
}
|
||||
|
||||
.ueb-node-outputs ueb-pin {
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.ueb-pin-icon {
|
||||
display : inline-block;
|
||||
position : relative;
|
||||
|
||||
Reference in New Issue
Block a user