File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
resources/views/tailwind/includes Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -8,8 +8,8 @@ class="flex-1 shadow-sm border-cool-gray-300 block w-full transition duration-15
8
8
/>
9
9
10
10
@if (isset ($filters [' search' ]) && strlen ($filters [' search' ]) )
11
- <span class =" inline-flex items-center px-3 rounded-r-md border border-l-0 border-gray-300 bg-gray-50 text-gray-500 sm:text-sm" >
12
- <svg wire:click = " $set('filters.search', null) " xmlns =" http://www.w3.org/2000/svg" class =" w-4 h-4" fill =" none" viewBox =" 0 0 24 24" stroke =" currentColor" >
11
+ <span wire:click = " $set('filters.search', null) " class =" inline-flex items-center px-3 rounded-r-md border border-l-0 border-gray-300 bg-gray-50 text-gray-500 cursor-pointer sm:text-sm" >
12
+ <svg xmlns =" http://www.w3.org/2000/svg" class =" w-4 h-4" fill =" none" viewBox =" 0 0 24 24" stroke =" currentColor" >
13
13
<path stroke-linecap =" round" stroke-linejoin =" round" stroke-width =" 2" d =" M6 18L18 6M6 6l12 12" />
14
14
</svg >
15
15
</span >
You can’t perform that action at this time.
0 commit comments