Remove the passive toggle (#1335)

* Remove "passive" toggle

PR #1244 introduced the "passive" toggle, but just-the-docs.js subsequently disabled the only styling that used it, so it became redundant.
This removes it.

* Update CHANGELOG.md

* Update CHANGELOG.md

Co-authored-by: Matt Wang <matt@matthewwang.me>

* Update CHANGELOG.md

Co-authored-by: Matt Wang <matt@matthewwang.me>

---------

Co-authored-by: Matt Wang <matt@matthewwang.me>
This commit is contained in:
Peter Mosses
2023-09-06 22:20:26 +02:00
committed by GitHub
parent 2b434e5f82
commit 0964e1f8ae
3 changed files with 8 additions and 22 deletions

View File

@@ -17,8 +17,10 @@ This website is built from the `HEAD` of the `main` branch of the theme reposito
Code changes to `main` that are *not* in the latest release:
- Remove: unused `.passive` toggle in navigation by [@pdmosses] in [#1335]
- Fixed: Windows emoji font fallback by [@flanakin] in [#1337]
[#1335]: https://github.com/just-the-docs/just-the-docs/pull/1335
[#1337]: https://github.com/just-the-docs/just-the-docs/pull/1337
### New Contributors