StartBootstrap/startbootstrap-scrolling-nav

The menu item not loosing focus after scroll

martinsifra opened this issue · 1 comments

When you click on any menu item and then scroll, the focused item is still the clicked. Maybe would be better to loose the focus from menu item after scroll.

The focused item stays focused until something else is clicked. This is an intended feature since there needs to be a focus state for usability reasons. You can change the focus state on the menu items using CSS to differentiate between a focused item and an active item. This is a good way to go about it that I've used in other themes. Hopefully this helps!