File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1515 < ul >
1616 {%- for nav in site.data.nav.toc -%}
1717 {%- if nav.title -%}
18- < li >
18+ < li {% if nav.subHeadings %} class =" arrow-li " {% endif %} >
1919 < a {% if page.url contains nav.url and nav.url ! ="/wiki/ " %} class ="active " {% endif %} {% if
2020 page.url =="/wiki/ " and nav.url =="/wiki/ " %} class ="active " {% endif %}
2121 href ="{{ nav.url | relative_url }} "> {{
2626 {%- for sub in nav.subHeadings -%}
2727
2828 {% if sub.url contains "/wiki/" %}
29- < li >
29+ < li {% if sub.subHeadings %} class =" arrow-li " {% endif %} >
3030 < a {% if page.url contains sub.url %} class ="active " {% endif %} href ="{{ sub.url | relative_url}} "> {{
3131 sub.title | escape }}</ a >
3232 {%- if sub.subHeadings -%}
Original file line number Diff line number Diff line change @@ -1366,3 +1366,11 @@ span.dl {
13661366.oauth-code ::-moz-selection {
13671367 background : # 1a66c9 ;
13681368}
1369+
1370+ li {
1371+ list-style-image : url ("../img/ellipse.svg" );
1372+ }
1373+
1374+ .arrow-li {
1375+ list-style-image : url ("../img/ic_round-navigate-next.svg" ) !important ;
1376+ }
You can’t perform that action at this time.
0 commit comments