File tree 2 files changed +5
-5
lines changed
2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -23,14 +23,14 @@ <h1 class="site-title">
23
23
< ul id ="menu-header " class ="menu ">
24
24
{% for entry in site.data.navigation %}
25
25
{% if entry.items[0] %}
26
- < li class ="menu-item menu-item-has-children{% if page.navbar-group == entry.title %} current-menu-item current-menu- ancestor current-menu-parent current_page_ancestor{% endif %} ">
26
+ < li class ="menu-item menu-item-has-children{% if page.navbar-group == entry.title %} current-menu-ancestor current_page_ancestor{% endif %} ">
27
27
< a href ="{{ entry.items[0].url | relative_url }} "> {{ entry.title }}</ a >
28
28
< div class ="sub-menu-wrapper ">
29
29
< div class ="container ">
30
30
< ul class ="sub-menu ">
31
31
{% for item in entry.items %}
32
32
< li >
33
- < a class ="menu-item{% if item.url == page.url %} current-menu-item current_page_item current_page_parent {% endif %} "
33
+ < a class ="menu-item{% if item.url == page.url %} current-menu-item{% endif %} "
34
34
href ="{{ item.url | relative_url }} "> {{ item.title }}</ a >
35
35
</ li >
36
36
{% endfor %}
Original file line number Diff line number Diff line change 40
40
41
41
#site-navigation .current_page_ancestor .current-menu-item {
42
42
font-weight : 700 ;
43
- }
44
-
45
- #site-navigation .current_page_ancestor .current-menu-item a {
46
43
color : $light ;
47
44
}
48
45
80
77
#site-navigation .sub-menu-wrapper .sub-menu a {
81
78
padding : .5rem .75rem ;
82
79
display : block ;
80
+ }
81
+
82
+ #site-navigation .current-menu-ancestor .sub-menu-wrapper a {
83
83
@extend .rounded ;
84
84
}
85
85
You can’t perform that action at this time.
0 commit comments