chore: Update hover behavior and cursor style in scheduled task executions view

This commit is contained in:
Andras Bacsai 2024-05-14 12:45:17 +02:00
parent b5552a216d
commit 69dd9d0cac

View File

@ -12,7 +12,7 @@
</div>
@endif
<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' =>
data_get($execution, 'id') == $selectedKey,
'border-green-500' => data_get($execution, 'status') === 'success',