chore: Update hover behavior and cursor style in scheduled task executions view
This commit is contained in:
		@@ -12,7 +12,7 @@
 | 
				
			|||||||
            </div>
 | 
					            </div>
 | 
				
			||||||
        @endif
 | 
					        @endif
 | 
				
			||||||
        <a wire:click="selectTask({{ data_get($execution, 'id') }})" @class([
 | 
					        <a wire:click="selectTask({{ data_get($execution, 'id') }})" @class([
 | 
				
			||||||
            'flex flex-col border-l border-dashed transition-colors box-without-bg bg-coolgray-100 hover:bg-coolgray-100',
 | 
					            'flex flex-col border-l border-dashed transition-colors box-without-bg bg-coolgray-100 hover:bg-coolgray-100 cursor-pointer',
 | 
				
			||||||
            'bg-coolgray-200 dark:text-white hover:bg-coolgray-200' =>
 | 
					            'bg-coolgray-200 dark:text-white hover:bg-coolgray-200' =>
 | 
				
			||||||
                data_get($execution, 'id') == $selectedKey,
 | 
					                data_get($execution, 'id') == $selectedKey,
 | 
				
			||||||
            'border-green-500' => data_get($execution, 'status') === 'success',
 | 
					            'border-green-500' => data_get($execution, 'status') === 'success',
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user