NavigationBar CompactView sub menu not paying attention to backcolor?

0
0

Basicly title, I attached a screenshot. I couldn’t even find the CSS i should modify. Shouldn’t the sub menu just inherit the backcolor of the corresponding menu item when not in compactview? Because expanded is fine.Wisej 3.5.16

  • You must to post comments
0
0

Currently the colors in the navigation bar are themed (see NavigationBar.mixin.theme) and in sync between compact and expanded view.

So you either overwrite them in a custom mixin or for testing add this:

Application.Theme.Colors["navbar-background"] = "#FFEF00";

For an example of the Navigationbar mixin see here: https://wisej.com/support/question/navigationbar-mixin-theme-question

Additionally, I’ve added an enhancement request for updating the subitems to use the navbar colors.

  • You must to post comments
0
0

I can reproduce. We’ll look into this.

Julie

  • You must to post comments
Showing 2 results
Your Answer

Please first to submit.