feat(ui): ghost option buttons

This commit is contained in:
ArneBo 2025-01-19 17:21:10 +01:00
parent e920babef6
commit a8b2368676
3 changed files with 3 additions and 2 deletions

View File

@ -118,6 +118,7 @@ const isOpen = ref(false)
<OptionsButton
v-if="dropdownOnly"
@click="isOpen = !isOpen"
ghost
/>
<Button
v-else

View File

@ -115,7 +115,7 @@ const attributes = computed(() =>
color: var(--fw-text-color);
background-color: var(--fw-bg-color);
box-shadow: 0px 4px 6px 0px rgb(0 0 0 / 20%);
box-shadow: 0px 2px 8px 0px rgb(0 0 0 / 20%);
border-radius: var(--fw-border-radius);
font-size: 1rem;
@ -194,7 +194,6 @@ const attributes = computed(() =>
position: absolute;
top: 0;
right: 0;
padding: 14px;
}
>.alert {

View File

@ -173,6 +173,7 @@ const isOpen = ref(false)
<template #default="{ toggleOpen }">
<OptionsButton
@click="toggleOpen"
ghost
/>
</template>
<template #items>