@finsweet/webflow-apps-utils 1.0.39 → 1.0.40
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -40,7 +40,7 @@
|
|
|
40
40
|
fallbackPlacements = [],
|
|
41
41
|
stopPropagation = true,
|
|
42
42
|
fontColor = 'var(--text2)',
|
|
43
|
-
bgColor = 'var(--
|
|
43
|
+
bgColor = 'var(--background3)',
|
|
44
44
|
class: className = '',
|
|
45
45
|
targetClassName = '',
|
|
46
46
|
target,
|
|
@@ -357,7 +357,7 @@
|
|
|
357
357
|
class="arrow"
|
|
358
358
|
id="arrow_{tooltipId}"
|
|
359
359
|
bind:this={arrowElement}
|
|
360
|
-
style="background-color:
|
|
360
|
+
style="background-color: {bgColor};"
|
|
361
361
|
></div>
|
|
362
362
|
{/if}
|
|
363
363
|
</div>
|
|
@@ -382,8 +382,9 @@
|
|
|
382
382
|
z-index: 99999999999;
|
|
383
383
|
border-radius: 4px;
|
|
384
384
|
box-shadow:
|
|
385
|
-
0 0
|
|
386
|
-
|
|
385
|
+
0px 4px 12px 0px rgb(0 0 0 / 15%),
|
|
386
|
+
0px 2px 4px 0px rgb(0 0 0 / 10%),
|
|
387
|
+
0px 0.5px 0.5px 0px rgb(255 255 255 / 10%) inset;
|
|
387
388
|
|
|
388
389
|
color: var(--text2, #b9b9b9);
|
|
389
390
|
|