Skip to content

Commit f5abb1e

Browse files
committed
Fix indentation
1 parent 464f375 commit f5abb1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

resources/js/components/fieldtypes/replicator/AddSetButton.vue

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@
1919
v-if="showConnector"
2020
class="absolute group-focus-within:opacity-0 transition-opacity group-focus-within:transition-none delay-10 duration-250 inset-y-0 left-3.5 border-l-1 border-gray-400 dark:border-gray-600 border-dashed z-0 dark:bg-gray-850"
2121
:class="{
22-
'group-hover:opacity-0': enabled,
23-
'h-[65%] top-[30%] opacity-60': isFirst,
24-
'h-full opacity-100': !isFirst,
22+
'group-hover:opacity-0': enabled,
23+
'h-[65%] top-[30%] opacity-60': isFirst,
24+
'h-full opacity-100': !isFirst,
2525
}"
2626
/>
2727
<button
28-
v-if="enabled"
28+
v-if="enabled"
2929
class="absolute inset-0 h-full w-full opacity-0 group-hover:opacity-100 group-focus-within:opacity-100 transition-opacity group-focus-within:transition-none delay-10 duration-250 cursor-pointer"
3030
tabindex="-1"
3131
>

0 commit comments

Comments
 (0)