Processes ui improvements (#9589)

Signed-off-by: Denis Bykhov <bykhov.denis@gmail.com>
This commit is contained in:
Denis Bykhov
2025-07-23 14:07:46 +07:00
committed by GitHub
parent 8fef0d7f17
commit f080dfbf66
13 changed files with 145 additions and 45 deletions
@@ -82,7 +82,7 @@
>
<Label label={attribute.label} />
</span>
<div class="text-input" class:context={contextValue}>
<div class="text-input">
{#if contextValue}
<ContextValue
{process}
@@ -110,6 +110,7 @@
width={'100%'}
justify={'left'}
type={attribute?.type}
showNavigate={false}
{value}
{onChange}
{focus}
@@ -152,11 +153,5 @@
.button {
flex-shrink: 0;
}
&.context {
background: #3575de33;
padding-left: 0.75rem;
border-color: var(--primary-button-default);
}
}
</style>