diff --git a/sass/parts/_quick_navigation_buttons.scss b/sass/parts/_quick_navigation_buttons.scss index 768592fa..ea9d8b35 100644 --- a/sass/parts/_quick_navigation_buttons.scss +++ b/sass/parts/_quick_navigation_buttons.scss @@ -87,29 +87,16 @@ &:checked { - + .overlay, - + .overlay + #toc-button + .toc-content { + + #toc-button + .toc-content { display: block; } - + .overlay + #toc-button svg { + + #toc-button svg { fill: var(--primary-color); // Show the ToC icon as toggled. } } } - .overlay { - display: none; - position: fixed; - top: 0; - right: 0; - bottom: 0; - left: 0; - opacity: 40%; - z-index: 1; // Lower than the Table of Contents - background: var(--background-color); - } - } } diff --git a/templates/partials/extra_features.html b/templates/partials/extra_features.html index d24457c0..6a085c08 100644 --- a/templates/partials/extra_features.html +++ b/templates/partials/extra_features.html @@ -11,7 +11,6 @@ {% if page_or_section.toc %}
-