You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When creating a navigation menu, if a parent contains children, which contain children, upon expanding the top level parent, the next level children will be mis-colored. In most themes this will cause the menu to be un-readable/un-usable
To Reproduce
Steps to reproduce the behavior: (Example)
Create Dashboard with nested expandable navigation items in the navigation bar
Click on the Hamburger
Click on a parent navigation item
Children are (using DarkDefault or Default Themes, others unverified) White with White text. (Children of Children, however, match existing theme).
Expected behavior
The children should match the style of the rest of the navigation menu.
Screenshots
Script Sample
Apologies if this is over the top, or not helpful:
I was able to get this to work by editing the active CSS in the theme before starting the dashboard as shown below. Doing This is obviously not a fix, and I believe I may have a solution, but I need to verify before I present it.
Describe the Issue
When creating a navigation menu, if a parent contains children, which contain children, upon expanding the top level parent, the next level children will be mis-colored. In most themes this will cause the menu to be un-readable/un-usable
To Reproduce
Steps to reproduce the behavior: (Example)
Expected behavior
The children should match the style of the rest of the navigation menu.
Screenshots
Script Sample
Apologies if this is over the top, or not helpful:
Workaround
I was able to get this to work by editing the active CSS in the theme before starting the dashboard as shown below. Doing This is obviously not a fix, and I believe I may have a solution, but I need to verify before I present it.
Version Information
Additional context
Add any other context about the problem here.
The text was updated successfully, but these errors were encountered: