From 7276a13a4be2bf336de489a1b2f996f7c55b2da8 Mon Sep 17 00:00:00 2001 From: Calvin Winter Date: Wed, 17 Jul 2013 23:28:49 -0400 Subject: [PATCH] Fixed bug where menu does not toggle on click fixes the error described here: https://github.com/Automattic/_s/issues/261 --- style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/style.css b/style.css index 748e1ae6..e4a75664 100644 --- a/style.css +++ b/style.css @@ -443,7 +443,7 @@ a:active { @media screen and (max-width: 600px) { .menu-toggle, - .main-navigation.toggled-on .nav-menu { + .main-navigation.toggled .nav-menu { display: block; } @@ -597,4 +597,4 @@ object { /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */ .infinity-end.neverending .site-footer { display: block; -} \ No newline at end of file +}