unifi_access/docs/stylesheets/extra.css
Adam Goldsmith 5b0c72dbef Initial Commit
Really should have added this to version control earlier, but was
trying to fix all the pre-commit issues first...
2024-11-26 12:50:13 -05:00

9 lines
200 B
CSS

.md-nav--secondary > .md-nav__list > .md-nav__item > .md-nav {
display: none;
}
.md-nav--secondary > .md-nav__list > .md-nav__item:has(.md-nav__link--active) > .md-nav
{
display: initial;
}