Skip to content

Commit

Permalink
styling
Browse files Browse the repository at this point in the history
  • Loading branch information
denisdulici committed Oct 17, 2023
1 parent f59a1c0 commit f7c39d2
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 @@ -132,7 +132,7 @@ public function getMultiLevelDropdownWrapper($item)

return '<details class="relative" ' . $this->getActiveStateOnChild($item) . '>
<summary class="' . $this->getClass($item) . '" href="#navbar-' . $id . '" aria-controls="navbar-' . $id . '">
<div class="pb-2.5 flex items-center cursor-pointer text-purple text-sm '. $this->getActiveState($item) .'">
<div class="pb-2.5 flex items-center cursor-pointer text-purple text-sm ' . $this->getActiveState($item) .'">
' . $this->getIcon($item) . '
' . $item->title . '
<span class="bg-purple absolute h-5 -right-5 rounded-tl-lg rounded-bl-lg opacity-0 group-hover:opacity-100 transition-all pointer-events-none" style="width: 5px;"></span>
Expand Down

0 comments on commit f7c39d2

Please sign in to comment.