mirror of
https://github.com/squidfunk/mkdocs-material.git
synced 2024-06-14 11:52:32 +03:00
36 lines
772 B
Markdown
36 lines
772 B
Markdown
<<<<<<< HEAD
|
|
# 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.
|
|
|
|
=======
|
|
>>>>>>> master
|
|
<style>
|
|
*,
|
|
*::before,
|
|
*::after {
|
|
transition: none !important;
|
|
}
|
|
<<<<<<< HEAD
|
|
=======
|
|
|
|
/* Hack: ensure table of contents is hidden, as browser caching sometimes
|
|
makes it visible by accident, though it was never activated */
|
|
>>>>>>> master
|
|
.md-nav--secondary {
|
|
display: none !important;
|
|
}
|
|
</style>
|
|
|
|
<<<<<<< HEAD
|
|
=======
|
|
# Suite
|
|
|
|
>>>>>>> master
|
|
## Default
|