Skip to content
This repository has been 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

Open
admanami opened this issue Feb 25, 2014 · 0 comments

Comments

@admanami
Copy link

  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;
}

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant