find()

in antora-ui-hop/src/js/01-nav.js [84:86]


    find(menuPanel, '.nav-item.is-active').forEach(function (el) {
      el.classList.remove('is-active', 'is-current-path', 'is-current-page')
    })