Improved active/parent/ancestor menu link CSS.

This commit is contained in:
MickeyKay
2014-04-01 17:30:01 -07:00
parent 58ffde9b2b
commit 98a66f312a
+5 -3
View File
@@ -1512,12 +1512,14 @@ Site Navigation
.nav-secondary a:hover,
.nav-secondary .current_page_item > a,
.nav-secondary .sub-menu .current_page_item > a:hover {
.nav-secondary .current_page_ancestor > a,
.nav-secondary ul .current_page_item > a {
color: #111;
}
.nav-secondary ul .current_page_item > a {
color: #111;
.nav-secondary .current_page_item > a,
.nav-secondary .current_page_ancestor > a {
font-weight: normal;
}