custom side menubar issue

0
hi team, i have made the custom side navbar for our mendix application but the issue is , at one time two hover is visible  when user clicks on other icons of menubar . Please help how can i control this hover part .  Thanks.  
asked
1 answers
1

If you want to adjust the hover over behavior of this menu item you need to adjust/insert this behavior in your scss file. You can either adjust the existing behavior for this menubar (not-advisable) or you can add a custom class with different hover behavior and put this class onto this menubar in you mendix page.

answered