Refactor CSS prefix

- changed from AW to WEB
This commit is contained in:
Elad Shechter
2024-03-06 11:27:37 +01:00
parent 3fc05a6b6f
commit ec7025ab7d
225 changed files with 2694 additions and 3053 deletions

View File

@@ -63,7 +63,7 @@
{/if}
{#if $open && !disabled}
<div use:melt={$content} class="aw-tooltip aw-sub-body-400" transition:fly={flyParams}>
<div use:melt={$content} class="web-tooltip web-sub-body-400" transition:fly={flyParams}>
<div use:melt={$arrow} />
<slot name="tooltip" />
</div>