From bdab57a53f025f05ef553df18974d84aba7b7c2d Mon Sep 17 00:00:00 2001 From: Tim Moore Date: Sun, 21 Sep 2014 09:47:04 -0600 Subject: [PATCH] Fix child menu styling inheritance. See #587 --- sass/navigation/_menus.scss | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/sass/navigation/_menus.scss b/sass/navigation/_menus.scss index adbbf232..cc61da95 100644 --- a/sass/navigation/_menus.scss +++ b/sass/navigation/_menus.scss @@ -55,8 +55,9 @@ text-decoration: none; } - .current_page_item a, - .current-menu-item a { + .current_page_item > a, + .current-menu-item > a, + .current_page_ancestor > a { } } @@ -96,4 +97,4 @@ float: right; text-align: right; width: 50%; -} \ No newline at end of file +}