File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
resources/js/components/fieldtypes/replicator Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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 >
You can’t perform that action at this time.
0 commit comments