mkdocs-material/tests/visual/suites/layout/nav/docs/index.md

22 lines
510 B
Markdown
Raw Normal View History

2017-02-12 20:31:05 +03:00
# Suite
All transitions are set to `none` in order to ensure that all elements of
interest always look the same and are not captured somewhere in the middle.
Furthermore, the table of contents is hidden for all tests layed out on this
page, as it is sometimes shown within the drawer though it isn't activated.
This seems to be a caching-related issue.
2017-02-10 18:01:38 +03:00
<style>
*,
*::before,
*::after {
transition: none !important;
}
2017-02-12 18:53:04 +03:00
.md-nav--secondary {
display: none !important;
}
2017-02-10 18:01:38 +03:00
</style>
2017-02-12 18:53:04 +03:00
## Default