Closed githubertus closed 4 years ago
I'm getting a first tooltip when hovering <li class='menu-section-item-....' and another one on <a class='menu-section-item-a-....'
<li class='menu-section-item-....'
<a class='menu-section-item-a-....'
Question is: Do we need any tooltips at all if the menu is expanded? To my opinion: No.
Fixed, i tried to not to show any tool tip but its bit tricky for me to do that (maybe i need to re-think with fresh mind) but i just modified to show only one tool-tip
I'm getting a first tooltip when hovering
<li class='menu-section-item-....'
and another one on<a class='menu-section-item-a-....'
Question is: Do we need any tooltips at all if the menu is expanded? To my opinion: No.