We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hey there,
I created some custom links, and they inherit the color of the active menu items, even if they are not clicked.
You can see the live behavior here: https://root.stefancoti.com/
I am not sure if it's a bug or we expect this and we use CSS to solve it.
The text was updated successfully, but these errors were encountered:
I think it is expected as they are on the same page and the active class that is added is added based on the page that is being viewed.
This is added from PHP before the page is rendered. This can be fixed with a custom CSS to target those specific menu items to not show as active.
Sorry, something went wrong.
Makes sense. Thank you, @preda-bogdan!
No branches or pull requests
Hey there,
I created some custom links, and they inherit the color of the active menu items, even if they are not clicked.
You can see the live behavior here:
https://root.stefancoti.com/
I am not sure if it's a bug or we expect this and we use CSS to solve it.
The text was updated successfully, but these errors were encountered: