mirror of
https://github.com/hcengineering/platform.git
synced 2025-06-06 07:46:32 +00:00
Fix missing actions in directs header (#6771)
Signed-off-by: Kristina Fefelova <kristin.fefelova@gmail.com>
This commit is contained in:
parent
316d41da60
commit
7442984835
@ -70,7 +70,7 @@
|
|||||||
{allowFullsize}
|
{allowFullsize}
|
||||||
type={allowClose ? 'type-aside' : 'type-component'}
|
type={allowClose ? 'type-aside' : 'type-component'}
|
||||||
hideBefore={false}
|
hideBefore={false}
|
||||||
hideActions={!((canOpen && object) || withAside || $$slots.actions) || hideActions}
|
hideActions={!((canOpen && object) || withAside || $$slots.actions || canOpenInSidebar) || hideActions}
|
||||||
hideDescription={!description}
|
hideDescription={!description}
|
||||||
adaptive={adaptive !== 'default' ? adaptive : withFilters ? 'freezeActions' : 'disabled'}
|
adaptive={adaptive !== 'default' ? adaptive : withFilters ? 'freezeActions' : 'disabled'}
|
||||||
{closeOnEscape}
|
{closeOnEscape}
|
||||||
@ -177,14 +177,3 @@
|
|||||||
{/if}
|
{/if}
|
||||||
</svelte:fragment>
|
</svelte:fragment>
|
||||||
</Header>
|
</Header>
|
||||||
|
|
||||||
<style lang="scss">
|
|
||||||
.title {
|
|
||||||
cursor: pointer;
|
|
||||||
color: var(--global-secondary-TextColor);
|
|
||||||
|
|
||||||
&:hover {
|
|
||||||
color: var(--global-primary-LinkColor);
|
|
||||||
}
|
|
||||||
}
|
|
||||||
</style>
|
|
||||||
|
Loading…
Reference in New Issue
Block a user