From 36c9df6f160003ac1c06e1b7e088e9f4a5cb2454 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: http://core.svn.wordpress.org/trunk@22194 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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,