Various Input nodes fixes

This commit is contained in:
barsdeveloper
2023-01-29 16:48:41 +01:00
parent 624a6b9f7f
commit cc82c1f6fe
12 changed files with 572 additions and 82 deletions

View File

@@ -198,3 +198,7 @@ ueb-pin[data-type="/Script/CoreUObject.LinearColor"] .ueb-pin-input {
background: #575757;
}
}
ueb-blueprint[data-scrolling="false"][data-selecting="false"] .ueb-pin-input-content:hover {
cursor: text;
}