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

git-svn-id: https://develop.svn.wordpress.org/trunk@18285 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Dion Hulse 2011-06-12 03:18:17 +00:00
parent e59cd1d706
commit a795c0f277
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;
}