We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ee78aef commit 2b855e3Copy full SHA for 2b855e3
app/components/Button/Group.vue
@@ -7,7 +7,7 @@ const props = defineProps<{
7
<template>
8
<component
9
:is="props.as || 'div'"
10
- class="inline-flex items-stretch [&>*:not(:first-child)]:(-ms-px rounded-is-none) [&>*:not(:last-child)]:rounded-ie-none [&>*:hover]:(relative z-40 scale-1) [&>*:active]:scale-1 [&>*:focus-visible]:(relative z-40)"
+ class="inline-flex items-stretch [&>*:not(:first-child)]:(-ml-px rounded-is-none) [&>*:not(:last-child)]:rounded-ie-none [&>*]:(relative) [&>*:hover]:(z-10 !scale-100) [&>*:focus-visible]:(z-40) [&>*:active]:(z-10 !scale-100)"
11
>
12
<slot />
13
</component>
0 commit comments