Clickable link does not appear clickable
This commit is contained in:
@ -2,7 +2,7 @@
|
|||||||
@class([
|
@class([
|
||||||
$color,
|
$color,
|
||||||
$groupHover ? 'group-hover:bg-full-2' : 'hover:bg-full-2',
|
$groupHover ? 'group-hover:bg-full-2' : 'hover:bg-full-2',
|
||||||
'bg-no-repeat bg-0-2 bg-0-full bg-gradient-to-b from-transparent transition-backgroundSize'
|
'bg-no-repeat bg-0-2 bg-0-full bg-gradient-to-b from-transparent transition-backgroundSize cursor-pointer'
|
||||||
])
|
])
|
||||||
>
|
>
|
||||||
{!! $slot !!}
|
{!! $slot !!}
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
@class([
|
@class([
|
||||||
$color,
|
$color,
|
||||||
$groupHover ? 'group-hover:bg-full-2' : 'hover:bg-full-2',
|
$groupHover ? 'group-hover:bg-full-2' : 'hover:bg-full-2',
|
||||||
'bg-no-repeat bg-0-2 bg-0-full bg-gradient-to-b from-transparent transition-backgroundSize'
|
'bg-no-repeat bg-0-2 bg-0-full bg-gradient-to-b from-transparent transition-backgroundSize cursor-pointer'
|
||||||
])
|
])
|
||||||
>
|
>
|
||||||
{!! $slot !!}
|
{!! $slot !!}
|
||||||
|
Reference in New Issue
Block a user