Skip to content

Commit

Permalink
Remove breadcrumbs test
Browse files Browse the repository at this point in the history
  • Loading branch information
zlovatt committed Jan 8, 2025
1 parent ef7793a commit d43b86e
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 104 deletions.
20 changes: 0 additions & 20 deletions docs/_static/extra.css
Original file line number Diff line number Diff line change
@@ -1,21 +1 @@
:root {}

/* Duplicated here to override screen-size limit*/
.breadcrumb.md-nav__icon::after {
background-color: currentcolor;
border-radius: 100%;
content: "";
display: inline-block;
-webkit-mask-image: var(--md-nav-icon--next);
mask-image: var(--md-nav-icon--next);
-webkit-mask-position: center;
mask-position: center;
-webkit-mask-repeat: no-repeat;
mask-repeat: no-repeat;
-webkit-mask-size: contain;
mask-size: contain;

height: 0.9rem;
width: 0.9rem;
vertical-align: -0.2rem;
}
81 changes: 0 additions & 81 deletions hooks/breadcrumbs.py

This file was deleted.

3 changes: 0 additions & 3 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -115,9 +115,6 @@ extra_css:
- _static/extra.css
- _static/syntax-highlight.css

hooks:
- hooks/breadcrumbs.py

markdown_extensions:
- admonition
- pymdownx.superfences
Expand Down

0 comments on commit d43b86e

Please sign in to comment.