Closed corey-dawson closed 9 months ago
Additionally, using the nav_menu, whether in a page_navbar or in a navset_bar, has troublesome styling with many of the themes
Hi I'm having the same issue, the text colors are too bright in most themes.
Looks like an upstream fix is coming. Will need to update dependencies once https://github.com/posit-dev/py-shiny/pull/1124 lands
Cosmos style has undesirable results when using Python Shiny's nav_menu as seen below. The issue is:
image of issue
Note that the nav items are there, just very hard to see. Only one item highlights black on hover
code to see issue
In addition to any possible fix, can you provide CSS that can be used to overwrite this navbar behavior (only the navbar menu at the top) of the theme for the short-term? I tried overwriting the class .nav with the same background color as the buttons, however, was not successful in getting the full nav bar background color to change. The rest of the theme is spot on for me. Thanks in advance!