Merge pull request #2486 from brkcvn/text-hover
Hover animation development
This commit is contained in:
@ -7,10 +7,11 @@
|
||||
])
|
||||
>
|
||||
<span class="material-icons-outlined text-4xl transition-all text-black-400">{{ $icons[$report->id] }}</span>
|
||||
|
||||
<div class="h-10 font-medium text-sm mt-2">
|
||||
<span class="border-b border-transparent transition-all group-hover:border-black">
|
||||
<x-link.hover group-hover>
|
||||
{{ $report->name }}
|
||||
</span>
|
||||
</x-link.hover>
|
||||
</div>
|
||||
</a>
|
||||
@endforeach
|
||||
|
Reference in New Issue
Block a user