From b35e7c1b03251b499df2baea4a0b45bf23b60e37 Mon Sep 17 00:00:00 2001 From: Lance Willett Date: Thu, 11 Oct 2012 19:57:10 +0000 Subject: [PATCH] Twenty Ten: allow page ancestors to have a visual "on" state, props mfields. Fixes #21647. git-svn-id: https://develop.svn.wordpress.org/trunk@22194 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-content/themes/twentyten/style.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wp-content/themes/twentyten/style.css b/wp-content/themes/twentyten/style.css index 219ded3689..4a492cb234 100644 --- a/wp-content/themes/twentyten/style.css +++ b/wp-content/themes/twentyten/style.css @@ -438,12 +438,14 @@ div.menu li { display: block; } #access ul li.current_page_item > a, +#access ul li.current_page_ancestor > a, #access ul li.current-menu-ancestor > a, #access ul li.current-menu-item > a, #access ul li.current-menu-parent > a { color: #fff; } * html #access ul li.current_page_item a, +* html #access ul li.current_page_ancestor a, * html #access ul li.current-menu-ancestor a, * html #access ul li.current-menu-item a, * html #access ul li.current-menu-parent a,