mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2025-10-16 12:05:38 +00:00
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
This commit is contained in:
parent
51a14e8247
commit
b35e7c1b03
@ -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,
|
||||
|
||||
Loading…
Reference in New Issue
Block a user