forked from mirror/_s
Fix child menu styling inheritance. See #587
This commit is contained in:
parent
b9191d970e
commit
bdab57a53f
|
@ -55,8 +55,9 @@
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
.current_page_item a,
|
.current_page_item > a,
|
||||||
.current-menu-item a {
|
.current-menu-item > a,
|
||||||
|
.current_page_ancestor > a {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Reference in New Issue