added pointer-event-none
This commit is contained in:
@ -103,7 +103,7 @@
|
||||
<x-dropdown id="show-more-actions-dashboard">
|
||||
<x-slot name="trigger" class="flex" override="class">
|
||||
<span class="w-8 h-8 flex items-center justify-center px-2 py-2 ltr:ml-2 rtl:mr-2 hover:bg-gray-100 rounded-xl text-purple text-sm font-medium leading-6">
|
||||
<span class="material-icons">more_vert</span>
|
||||
<span class="material-icons pointer-events-none">more_vert</span>
|
||||
</span>
|
||||
</x-slot>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
<x-slot name="moreButtons">
|
||||
<x-dropdown id="dropdown-more-actions">
|
||||
<x-slot name="trigger">
|
||||
<span class="material-icons">more_horiz</span>
|
||||
<span class="material-icons pointer-events-none">more_horiz</span>
|
||||
</x-slot>
|
||||
|
||||
@can('create-common-items')
|
||||
|
@ -61,7 +61,7 @@
|
||||
<x-dropdown id="index-line-actions-report-{{ $category_id }}-{{ $report->id }}">
|
||||
<x-slot name="trigger" class="flex" override="class">
|
||||
<span class="w-8 h-8 flex items-center justify-center px-2 py-2 rtl:mr-4 hover:bg-gray-100 rounded-xl text-purple text-sm font-medium leading-6">
|
||||
<span class="material-icons">more_vert</span>
|
||||
<span class="material-icons pointer-events-none">more_vert</span>
|
||||
</span>
|
||||
</x-slot>
|
||||
|
||||
|
Reference in New Issue
Block a user