File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
stubs/resources/views/flux/button Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 62
62
-> add (' relative items-center font-medium justify-center gap-2 whitespace-nowrap' )
63
63
-> add (' disabled:opacity-75 dark:disabled:opacity-75 disabled:cursor-default disabled:pointer-events-none' )
64
64
-> add (match ($size ) { // Size...
65
- ' base' => ' h-10 text-sm rounded-lg' . ' ' . ($square ? ' w-10' : ' px-4 [&:has(>:not(span):first-child)]:ps-3 [&:has(>:not(span):last-child)]:pe-3' ),
65
+ ' base' => ' h-10 text-sm rounded-lg' . ' ' . ($square ? ' w-10' : ' px-4 [&:has(>:not(span):not([data-flux-loading-indicator]): first-child)]:ps-3 [&:has(>:not(span):not([data-flux-loading-indicator] ):last-child)]:pe-3' ),
66
66
' sm' => ' h-8 text-sm rounded-md' . ' ' . ($square ? ' w-8' : ' px-3' ),
67
67
' xs' => ' h-6 text-xs rounded-md' . ' ' . ($square ? ' w-6' : ' px-2' ),
68
68
})
You can’t perform that action at this time.
0 commit comments