Skip to content

gh-navigation-menu hidden with JS disabled #49

@hyperknot

Description

@hyperknot

There is this CSS:

@media (min-width: 768px) {
    .gh-navigation:not(.is-dropdown-loaded) .gh-navigation-menu .nav>li {
        opacity: 0;
    }
}

which hides/disables the nav menu when JS is disabled. This effects all websites, even those with no dropdown usage.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions