mirror of
https://github.com/hcengineering/platform.git
synced 2025-04-23 08:48:01 +00:00
fix tooltip arrow (#6450)
Signed-off-by: Adrov Igor <nucleartux@gmail.com>
This commit is contained in:
parent
24bd0e9f59
commit
262f1e2634
@ -328,6 +328,18 @@
|
|||||||
/>
|
/>
|
||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
|
<svg class="svg-mask">
|
||||||
|
<clipPath id="nub-bg">
|
||||||
|
<path
|
||||||
|
d="M7.3.6 4.2 4.3C2.9 5.4 1.5 6 0 6v1h18V6c-1.5 0-2.9-.6-4.2-1.7L10.7.6C9.9-.1 8.5-.2 7.5.4c0 .1-.1.1-.2.2z"
|
||||||
|
/>
|
||||||
|
</clipPath>
|
||||||
|
<clipPath id="nub-border">
|
||||||
|
<path
|
||||||
|
d="M4.8 5.1 8 1.3s.1 0 .1-.1c.5-.3 1.4-.3 1.9.1L13.1 5l.1.1 1.2.9H18c-1.5 0-2.9-.6-4.2-1.7L10.7.6C9.9-.1 8.5-.2 7.5.4c0 .1-.1.1-.2.2L4.2 4.3C2.9 5.4 1.5 6 0 6h3.6l1.2-.9z"
|
||||||
|
/>
|
||||||
|
</clipPath>
|
||||||
|
</svg>
|
||||||
<div
|
<div
|
||||||
bind:this={nubHTML}
|
bind:this={nubHTML}
|
||||||
style:z-index={($modals.findIndex((t) => t.type === 'tooltip') ?? 1) + 10000}
|
style:z-index={($modals.findIndex((t) => t.type === 'tooltip') ?? 1) + 10000}
|
||||||
|
@ -641,16 +641,6 @@
|
|||||||
<path d="M10.5,12.2c0-2.9,2.4-5.2,5.2-5.2c0.6,0,1.2,0.1,1.8,0.3V0H0v17.5h15.8C12.9,17.5,10.5,15.1,10.5,12.2z" />
|
<path d="M10.5,12.2c0-2.9,2.4-5.2,5.2-5.2c0.6,0,1.2,0.1,1.8,0.3V0H0v17.5h15.8C12.9,17.5,10.5,15.1,10.5,12.2z" />
|
||||||
<path d="M15.8,17.5h1.8v-0.4C17,17.4,16.4,17.5,15.8,17.5z" />
|
<path d="M15.8,17.5h1.8v-0.4C17,17.4,16.4,17.5,15.8,17.5z" />
|
||||||
</clipPath>
|
</clipPath>
|
||||||
<clipPath id="nub-bg">
|
|
||||||
<path
|
|
||||||
d="M7.3.6 4.2 4.3C2.9 5.4 1.5 6 0 6v1h18V6c-1.5 0-2.9-.6-4.2-1.7L10.7.6C9.9-.1 8.5-.2 7.5.4c0 .1-.1.1-.2.2z"
|
|
||||||
/>
|
|
||||||
</clipPath>
|
|
||||||
<clipPath id="nub-border">
|
|
||||||
<path
|
|
||||||
d="M4.8 5.1 8 1.3s.1 0 .1-.1c.5-.3 1.4-.3 1.9.1L13.1 5l.1.1 1.2.9H18c-1.5 0-2.9-.6-4.2-1.7L10.7.6C9.9-.1 8.5-.2 7.5.4c0 .1-.1.1-.2.2L4.2 4.3C2.9 5.4 1.5 6 0 6h3.6l1.2-.9z"
|
|
||||||
/>
|
|
||||||
</clipPath>
|
|
||||||
</svg>
|
</svg>
|
||||||
<div
|
<div
|
||||||
class="workbench-container"
|
class="workbench-container"
|
||||||
|
Loading…
Reference in New Issue
Block a user