mirror of
https://github.com/barsdeveloper/ueblueprint.git
synced 2026-03-02 21:17:32 +08:00
Linear color fix
This commit is contained in:
@@ -120,7 +120,7 @@ ueb-node[data-selected="true"]>.ueb-node-border {
|
||||
transparent 24px);
|
||||
text-align: center;
|
||||
padding: 2px;
|
||||
letter-spacing: 0.06em;
|
||||
letter-spacing: 0.04em;
|
||||
text-shadow: 1px 1px 1px black;
|
||||
}
|
||||
|
||||
|
||||
@@ -95,6 +95,15 @@ ueb-pin[data-type="bool"] .ueb-pin-input:checked {
|
||||
background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 20 20"><path fill="none" stroke="%230070e0" stroke-linecap="round" stroke-linejoin="round" stroke-width="3" d="M 5 10 l 3 3 l 6 -6" /></svg>');
|
||||
}
|
||||
|
||||
ueb-pin[data-type="/Script/CoreUObject.LinearColor"] .ueb-pin-input {
|
||||
padding: 0;
|
||||
width: 18px;
|
||||
height: 18px;
|
||||
border-color: #505050;
|
||||
border-radius: 0;
|
||||
background-color: var(--ueb-linear-color);
|
||||
}
|
||||
|
||||
.ueb-pin-input-content {
|
||||
display: block;
|
||||
outline: none;
|
||||
|
||||
@@ -52,8 +52,8 @@ ueb-pin[data-type="string"] {
|
||||
--ueb-pin-color-rgb: var(--ueb-pin-string-color);
|
||||
}
|
||||
|
||||
ueb-pin[data-type="struct"] {
|
||||
--ueb-pin-color-rgb: var(--ueb-pin-struct-color);
|
||||
ueb-pin[data-type="/Script/CoreUObject.LinearColor"] {
|
||||
--ueb-pin-color-rgb: var(--ueb-pin-linear-color);
|
||||
}
|
||||
|
||||
ueb-pin[data-type="vector"] {
|
||||
|
||||
Reference in New Issue
Block a user