When the mouse is hovered over the navigation bar link the link turns red.
This link is attached to a dropdown which opens on hover.
I would like it to remain red as long as this dropdown is open, even when the user is not hovering.
The style inheritance wont work from the “Dropdown” to the “Nav Link Dropdown”, only directly adding a style to the “Nav Link Dropdown” will edit its text color. Removing the color from Nav Link Dropdown text reverts the color to the default dropdown text color (gray) even though there is white applied to “Dropdown” text color.
Your help is greatly appreciated!