mirror of
https://github.com/10h30/trestle.git
synced 2026-07-11 18:56:07 +09:00
Improved active/parent/ancestor menu link CSS.
This commit is contained in:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user