mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-05-13 23:37:30 +08:00
Make elements default constructible, testing wip
This commit is contained in:
5
dist/css/ueb-style.css
vendored
5
dist/css/ueb-style.css
vendored
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user