-
Notifications
You must be signed in to change notification settings - Fork 1.7k
New issue
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
Nav links toggle format with each click #1044
Comments
I noticed this when trying to extend this theme within our project without forking the theme. For some reason when I modified It seems to be related to the following line: Line 91 in 5d0a396
Using the breakpoint functionality in Firefox's Developer Tools shows that in this case the page moves to the corresponding header, but then back up to the link. I'm certainly not a web programmer, but it seems like this should be a lot simpler. |
Attaching a screenshot about the problem. Clicking on "LIBCLOUD_PROVIDERS" will toggle between bold and no-bold https://django-storages.readthedocs.io/en/latest/backends/apache_libcloud.html#libcloud-providers |
Terminal nodes that are already selected shouldn't be toggled. Fix #1044
Looks like we already have this reported at #306 |
Terminal nodes that are already selected shouldn't be toggled. Fix #1044
Problem
Navigation links toggle format with every click.
Reproducible Project
Navigate to any instance and click on any link in
wy-nav-side
. It will move to the corresponding header, make the link bold and the background darker. Then click on the link again and it will remove the bold and background formatting. It toggles with every click.Expected Results
The format doesn't toggle with each click.
The text was updated successfully, but these errors were encountered: