Last active
August 29, 2015 14:11
-
-
Save erquhart/c4f2eb05d85830aec4f6 to your computer and use it in GitHub Desktop.
Non-dry Galen spec snippet
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@@ import ../../../meta/vars.spec | |
====================================================================================== | |
mobile-nav-item-header css ul.mmenu-opened .main-link.active | |
mobile-nav-item-header-1 css ul.mmenu-opened li:nth-child(2) > .main-link.active | |
mobile-nav-item-header-2 css ul.mmenu-opened li:nth-child(3) > .main-link.active | |
mobile-nav-item-header-3 css ul.mmenu-opened li:nth-child(4) > .main-link.active | |
mobile-nav-item-list css ul.mmenu-opened .mmenu-super-submenu:not(.ng-hide) | |
====================================================================================== | |
@ Global Nav | mobile | |
-------------------------------------------------------- | |
@@ if | |
mobile-nav-item-header-1 | |
visible | |
@@ do | |
mobile-nav-item-header | |
image: file ../../dumps/mobile/subnav/1/objects/mobile-nav-item-header.png, ${imgErr} | |
mobile-nav-item-list | |
image: file ../../dumps/mobile/subnav/1/objects/mobile-nav-item-list.png, ${imgErr} | |
@@ end | |
@@ if | |
mobile-nav-item-header-2 | |
visible | |
@@ do | |
mobile-nav-item-header | |
image: file ../../dumps/mobile/subnav/2/objects/mobile-nav-item-header.png, ${imgErr} | |
mobile-nav-item-list | |
image: file ../../dumps/mobile/subnav/2/objects/mobile-nav-item-list.png, ${imgErr} | |
@@ end | |
@@ if | |
mobile-nav-item-header- | |
visible | |
@@ do | |
mobile-nav-item-header | |
image: file ../../dumps/mobile/subnav/3/objects/mobile-nav-item-header.png, ${imgErr} | |
mobile-nav-item-list | |
image: file ../../dumps/mobile/subnav/3/objects/mobile-nav-item-list.png, ${imgErr} | |
@@ end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
A little bit better, but currently doesn't work: