_includes/navbar.html in ovh-jekyll-doc-theme-0.1.8 vs _includes/navbar.html in ovh-jekyll-doc-theme-0.1.9

- old
+ new

@@ -21,10 +21,10 @@ {% if navEntry.subnav[0] %} {% if navEntry.url == page.url %} <i class="navbar__link-chevron oui-icon oui-icon-chevron-down" aria-hidden="true"></i> {% else %} - <i class="navbar__link-chevron oui-icon oui-icon-chevron-right" + <i class="navbar__link-chevron navbar__link-chevron--active oui-icon oui-icon-chevron-down" aria-hidden="true"></i> {% endif %} {% endif %} {% if navEntry.url == page.url %} <span class="navbar__link-active">{{navEntry.name}}</span>