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 hover effects in sidebar #93521

Merged
merged 1 commit into from
Feb 8, 2022
Merged

Fix hover effects in sidebar #93521

merged 1 commit into from
Feb 8, 2022

Commits on Feb 7, 2022

  1. Fix hover effects in sidebar

    The dark and ayu themes have a menu-like highlight on sidebar items. The
    light theme used to, but it was accidentally lost in the sidebar
    unification. The change brings back the hover effect in the light theme.
    
    It also makes the hover effect apply consistently to all links in the
    sidebar, including headings.
    
    It also simplifies the "In _path_" heading so it's one big link. The
    breadcrumbs are still readily available at the top of the page.
    jsha committed Feb 7, 2022
    Configuration menu
    Copy the full SHA
    c20e2a9 View commit details
    Browse the repository at this point in the history