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;
|
||||
}
|
||||
|
||||
.current_page_item a,
|
||||
.current-menu-item a {
|
||||
.current_page_item > a,
|
||||
.current-menu-item > a,
|
||||
.current_page_ancestor > a {
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -96,4 +97,4 @@
|
|||
float: right;
|
||||
text-align: right;
|
||||
width: 50%;
|
||||
}
|
||||
}
|
||||
|
|
Reference in New Issue