File tree Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Expand file tree Collapse file tree 2 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 30
30
{% assign currentSectionPath = item.slug | downcase %}
31
31
{% capture currentSectionSlug %}{{ currentSectionPage[0] | downcase }}/{{ currentSectionPage[1] | downcase }}{% endcapture %}
32
32
33
- < li class ="menu-item {% if currentPage == currentPath or currentSectionSlug == currentSectionPath %}menu-item--active{% endif %} " data-accordion data-class-active ="menu-item--active ">
33
+ < li class ="menu-item menu-item--gray {% if currentPage == currentPath or currentSectionSlug == currentSectionPath %}menu-item--active{% endif %} " data-accordion data-class-active ="menu-item--active ">
34
34
{% if item.path %}
35
35
< a class ="menu-item__link {% if currentPage == currentPath or currentSectionSlug == currentSectionPath %}menu-item__link--indicator-large{% endif %} flex " href ="{{ site.baseurl }}{{ item.path }} "> {{ item.title }}</ a >
36
36
{% endif %}
Original file line number Diff line number Diff line change 125
125
transform : rotate (180deg );
126
126
}
127
127
}
128
+
129
+ & #{$this } --gray {
130
+ & > #{$this } __link {
131
+ color : rgba (color (gray-dark ), 0.8 );
132
+ font-weight : 500 ;
133
+ }
134
+ }
128
135
}
129
136
130
137
& --separated {
You can’t perform that action at this time.
0 commit comments