Skip to content

Commit b0b1b13

Browse files
committed
Merge branch 'Enaah-swap-inline-style-with-tailwind-class' into develop
2 parents 3eeb4f6 + 6b08f9d commit b0b1b13

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

resources/views/tailwind/components/table/row.blade.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,11 +7,10 @@
77
@endif
88

99
<tr
10-
{{ $attributes->merge($customAttributes) }}
10+
{{ $attributes->merge($customAttributes)->class(['cursor-pointer' => $url]) }}
1111

1212
@if ($url)
1313
onclick="window.open('{{ $url }}', '{{ $target }}')"
14-
style="cursor:pointer"
1514
@endif
1615
>
1716
{{ $slot }}

0 commit comments

Comments
 (0)