Skip to content
This repository was archived by the owner on Mar 6, 2023. It is now read-only.
This repository was archived by the owner on Mar 6, 2023. It is now read-only.

Menus: primary sub menu off-screen in mobile; secondary submenu not hidden; submenus background color #18

Description

@admanami
  1. Using .menu-primary, the submenu can appear off-screen on small devices.

  2. Using .menu-secondary, the submenu appears by default instead of being hidden by default and appearing on hover.

  3. Every submenu under a 'selected' menu appears with a 'selected' background. This looks like every menu item is concurrently selected.

Fix for (3) - assuming only one level of submenu:
&.selected ul li a {
background: #FFF/inherit/transparent/variable;
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions