Skip to content

Commit

Permalink
Merge pull request #6 from brkcvn/safari-bugfix
Browse files Browse the repository at this point in the history
Safari bugfix edited
  • Loading branch information
denisdulici authored Nov 17, 2021
2 parents b26564b + 00df1c9 commit 9abed5d
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions src/Presenters/Admin/Tailwind.php
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,12 @@ public function getMenuWithDropDownWrapper($item)

return '
<details '. $this->getActiveStateOnChild($item) .'>
<summary class="relative pb-2.5 flex items-center cursor-pointer text-secondary" href="#navbar-' . $id . '">
' . $this->getIcon($item) . '
<span class="text-sm font-normal ml-2">' . $item->title . '</span>
' . $this->getChevron($item) . '
<summary class="block" href="#navbar-' . $id . '">
<div class="relative pb-2.5 flex items-center cursor-pointer text-secondary">
' . $this->getIcon($item) . '
<span class="text-sm font-normal ml-2">' . $item->title . '</span>
' . $this->getChevron($item) . '
</div>
</summary>
<div class="mt-2 ml-8 menu__submenu" id="navbar-' . $id . '">
<ul class="relative pb-2.5">
Expand Down

0 comments on commit 9abed5d

Please sign in to comment.