Adam Goldsmith
5b0c72dbef
Really should have added this to version control earlier, but was trying to fix all the pre-commit issues first...
9 lines
200 B
CSS
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;
|
|
}
|