Make elements default constructible, testing wip

This commit is contained in:
barsdeveloper
2022-12-24 15:29:12 +01:00
parent 7ed36f21e5
commit c3ab6478b0
53 changed files with 992 additions and 712 deletions

View File

@@ -752,10 +752,13 @@ ueb-pin[data-type="/Script/CoreUObject.LinearColor"] .ueb-pin-input {
height: 10px;
}
.ueb-pin-input-content::-webkit-scrollbar-thumb {
background: #575757;
background: transparent;
border-radius: 10px;
margin: 4px;
}
.ueb-pin-input-content:hover::-webkit-scrollbar-thumb {
background: #575757;
}
ueb-blueprint[data-scrolling=false][data-selecting=false] .ueb-node-wrapper {
cursor: move;