Skip to content
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

Fix navigation.tabs for non-leaf pages #406

Merged
merged 1 commit into from
Jan 30, 2025
Merged

Fix navigation.tabs for non-leaf pages #406

merged 1 commit into from
Jan 30, 2025

Conversation

jbms
Copy link
Owner

@jbms jbms commented Jan 30, 2025

Previously, when using navigation.tabs on non-leaf pages, the integrated TOC used for "layered" (mobile) navigation would incorrectly display as well. The fix in 87d87f9 was was not sufficient due to a CSS precedence issue, which is now corrected by using !important.

@jbms jbms force-pushed the fix-navigation-tabs branch from 8c41c40 to bc9fec9 Compare January 30, 2025 21:19
Previously, when using navigation.tabs on non-leaf pages, the integrated
TOC used for "layered" (mobile) navigation would incorrectly display as
well. The fix in 87d87f9 was was not
sufficient due to a CSS precedence issue, which is now corrected by
using `!important`.
@jbms jbms force-pushed the fix-navigation-tabs branch from bc9fec9 to 7be2c56 Compare January 30, 2025 22:06
Copy link

codecov bot commented Jan 30, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 82.12%. Comparing base (d32b12a) to head (7be2c56).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #406   +/-   ##
=======================================
  Coverage   82.12%   82.12%           
=======================================
  Files          68       68           
  Lines        8678     8678           
=======================================
  Hits         7127     7127           
  Misses       1551     1551           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jbms jbms merged commit 4f7e08e into main Jan 30, 2025
26 checks passed
@jbms jbms deleted the fix-navigation-tabs branch January 30, 2025 22:27
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants