Skip to content

Commit 6597fe4

Browse files
Fix navigation stylesheet linting
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
1 parent 82dfbd4 commit 6597fe4

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
/* Dictionary stays in the build navigation so glossary links remain published. */
2+
/* stylelint-disable selector-class-pattern -- Material navigation classes are external. */
23
.md-tabs__item:has(.md-tabs__link[href*="Dictionary/"]),
34
.md-nav__item:has(.md-nav__link[href*="Dictionary/"]),
45
html:has(link[rel="canonical"][href*="/Dictionary/"]) .md-tabs__item--active,
56
html:has(link[rel="canonical"][href*="/Dictionary/"]) .md-nav__item--active {
6-
display: none;
7+
display: none;
78
}
9+
/* stylelint-enable selector-class-pattern */

0 commit comments

Comments
 (0)