|
18 | 18 |
|
19 | 19 | <li class="filament-tree-row dd-item" data-id="{{ $recordKey }}"> |
20 | 20 | <div wire:loading.remove.delay |
21 | | - wire:target="{{ implode(',', Tree::LOADING_TARGETS) }}" |
| 21 | + wire:target="{{ implode(',', Tree::LOADING_TARGETS) }}" |
22 | 22 | @class([ |
23 | | - 'bg-white rounded-lg border border-gray-300 dark:border-white/10 dd-handle h-10', |
| 23 | + 'rounded-lg border dd-handle h-10', |
24 | 24 | 'mb-2', |
25 | | - 'flex w-full items-center ', |
26 | | - 'dark:bg-gray-900' => Filament::hasDarkMode(), |
| 25 | + 'flex w-full items-center', |
| 26 | + 'border-gray-300 bg-white dark:border-white/10 dark:bg-gray-900', |
27 | 27 | ])> |
28 | 28 |
|
29 | | - <button type="button" class="h-full flex items-center bg-gray-50 dark:bg-black/30 rounded-l-lg border-r rtl:border-l border-gray-300 dark:border-white/10 px-px"> |
30 | | - <x-heroicon-m-ellipsis-vertical class="text-gray-400 dark:text-gray-500 w-4 h-4 -mr-2"/> |
| 29 | + <button type="button" @class([ |
| 30 | + 'h-full flex items-center', |
| 31 | + 'rounded-l-lg border-r rtl:rounded-l rtl:border-r-0 rtl:border-l px-px', |
| 32 | + 'bg-gray-50 border-gray-300 dark:bg-white/5 dark:border-white/10', |
| 33 | + ])> |
| 34 | + <x-heroicon-m-ellipsis-vertical class="text-gray-400 dark:text-gray-500 w-4 h-4 -mr-2 rtl:mr-0 rtl:-ml-2"/> |
31 | 35 | <x-heroicon-m-ellipsis-vertical class="text-gray-400 dark:text-gray-500 w-4 h-4"/> |
32 | 36 | </button> |
33 | 37 |
|
|
39 | 43 | @endif |
40 | 44 |
|
41 | 45 | <span @class([ |
42 | | - 'ml-4' => !$icon, |
| 46 | + 'ml-4 rtl:mr-4' => !$icon, |
43 | 47 | 'font-semibold' |
44 | 48 | ])> |
45 | 49 | {{ $title }} |
|
0 commit comments