find()

in antora-ui/src/js/01-nav.js [77:79]


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