We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2373934 commit 59b877fCopy full SHA for 59b877f
1 file changed
src/Presenters/Admin/Tailwind.php
@@ -35,7 +35,7 @@ public function getCloseTagWrapper()
35
public function getMenuWithoutDropdownWrapper($item)
36
{
37
return '<li class="group relative pb-2.5">
38
- <a class="' . $this->getClass($item) . $this->getActiveState($item) . '" href="' . $item->getUrl() . '" ' . $item->getAttributes() . '>
+ <a class="' . $this->getClass($item) . ' ' . $this->getActiveState($item) . '" href="' . $item->getUrl() . '" ' . $item->getAttributes() . '>
39
' . $this->getIcon($item) . '
40
<span class="text-sm ml-2 hover:font-bold">' . $item->title . '</span>
41
<span class="bg-secondary absolute h-5 -right-5 rounded-tl-lg rounded-bl-lg opacity-0 group-hover:opacity-100 transition-all" style="width: 5px;"></span>
0 commit comments