File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ public function getMultiLevelDropdownWrapper($item)
132132
133133 return '<details class="relative" ' . $ this ->getActiveStateOnChild ($ item ) . '>
134134 <summary class=" ' . $ this ->getClass ($ item ) . '" href="#navbar- ' . $ id . '" aria-controls="navbar- ' . $ id . '">
135- <div class="pb-2.5 flex items-center cursor-pointer text-purple text-sm ' . $ this ->getActiveState ($ item ) .'">
135+ <div class="pb-2.5 flex items-center cursor-pointer text-purple text-sm ' . $ this ->getActiveState ($ item ) . '">
136136 ' . $ this ->getIcon ($ item ) . '
137137 ' . $ item ->title . '
138138 <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>
You can’t perform that action at this time.
0 commit comments