Skip to content

Commit

Permalink
Merge pull request #7 from bengu-thon-mai-mochi/multilevel-hover
Browse files Browse the repository at this point in the history
fix group hover effect for multilevel menu
  • Loading branch information
denisdulici authored Jan 14, 2022
2 parents 59b877f + af35130 commit bc288aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Presenters/Admin/Tailwind.php
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ public function getMultiLevelDropdownWrapper($item)
{
$id = Str::slug($item->title);

return '<li class="group relative pb-2.5">
return '<li class="relative pb-2.5">
<a class="' . $this->getClass($item) . $this->getActiveState($item) . '" href="#navbar-' . $id . '" aria-controls="navbar-' . $id . '">
' . $this->getIcon($item) . '
<span class="text-sm ml-2 hover:font-bold">' . $item->title . '</span>
Expand Down

0 comments on commit bc288aa

Please sign in to comment.