mirror of
https://github.com/hcengineering/platform.git
synced 2024-12-22 19:11:33 +03: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}
|
||||
type={allowClose ? 'type-aside' : 'type-component'}
|
||||
hideBefore={false}
|
||||
hideActions={!((canOpen && object) || withAside || $$slots.actions) || hideActions}
|
||||
hideActions={!((canOpen && object) || withAside || $$slots.actions || canOpenInSidebar) || hideActions}
|
||||
hideDescription={!description}
|
||||
adaptive={adaptive !== 'default' ? adaptive : withFilters ? 'freezeActions' : 'disabled'}
|
||||
{closeOnEscape}
|
||||
@ -177,14 +177,3 @@
|
||||
{/if}
|
||||
</svelte:fragment>
|
||||
</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