Browser: Chrome 110
OS: Windows
URL: Link to a page that illustrates this issue
Video: Bricks Bug on Navigation Items
The bug accured during the last one or two updates. If I have a Navigation with dark background und light font, and I switch it for scrolling (Template Settings → Sticky Header) every item is changed, but Items with subitems get not changed.
It was working before. If I use this custom code, it works, but this is not a solution for long:
#brx-header.sticky.scrolling .bricks-nav-menu > li > div > a {
color: #1c1c1c;
}
#brx-header.sticky.scrolling .bricks-nav-menu > li > div > button {
color: #1c1c1c;
}
It seems, that there is no entry while scrolling for a div inside the li of the navigation.
I made a short video