Highlight the current menu item and ancestors, not current menu item and children. See #17748

git-svn-id: http://svn.automattic.com/wordpress/trunk@18285 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
dd32 2011-06-12 03:18:17 +00:00
parent e627a9a57a
commit 96ece73df6
1 changed files with 2 additions and 1 deletions

View File

@ -612,7 +612,8 @@ a:hover {
#access ul li:hover > ul {
display: block;
}
#access .current_page_item a {
#access .current_page_item > a,
#access .current_page_ancestor > a {
font-weight: bold;
}