Skip to content

Commit 8490393

Browse files
committed
Fix btn visibility in menu tree item
1 parent fba184a commit 8490393

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

resources/views/livewire/menu-tree-item.blade.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ class="mr-2 p-1 text-gray-400 hover:text-gray-600 dark:hover:text-gray-300 trans
5151

5252
@if($showActions)
5353
<!-- Actions -->
54-
<div class="flex items-center space-x-1 opacity-0 group-hover:opacity-100 transition-opacity">
54+
<div class="flex items-center space-x-1">
5555
@if($this->canHaveChildren())
5656
<x-filament::button
5757
color="gray"

0 commit comments

Comments
 (0)