There was an error while loading. Please reload this page.
1 parent 82dfbd4 commit 6597fe4Copy full SHA for 6597fe4
1 file changed
docs/overrides/assets/stylesheets/navigation.css
@@ -1,7 +1,9 @@
1
/* Dictionary stays in the build navigation so glossary links remain published. */
2
+/* stylelint-disable selector-class-pattern -- Material navigation classes are external. */
3
.md-tabs__item:has(.md-tabs__link[href*="Dictionary/"]),
4
.md-nav__item:has(.md-nav__link[href*="Dictionary/"]),
5
html:has(link[rel="canonical"][href*="/Dictionary/"]) .md-tabs__item--active,
6
html:has(link[rel="canonical"][href*="/Dictionary/"]) .md-nav__item--active {
- display: none;
7
+ display: none;
8
}
9
+/* stylelint-enable selector-class-pattern */
0 commit comments