diff --git a/themes/tabi/sass/parts/_quick_navigation_buttons.scss b/themes/tabi/sass/parts/_quick_navigation_buttons.scss index 768592f..ea9d8b3 100644 --- a/themes/tabi/sass/parts/_quick_navigation_buttons.scss +++ b/themes/tabi/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/themes/tabi/templates/partials/extra_features.html b/themes/tabi/templates/partials/extra_features.html index 5603e1e..9290234 100644 --- a/themes/tabi/templates/partials/extra_features.html +++ b/themes/tabi/templates/partials/extra_features.html @@ -11,7 +11,6 @@ {% if page_or_section.toc %}
-