From 9b05606f70f99398eb890935c31fdc58875a4d43 Mon Sep 17 00:00:00 2001 From: Morne Alberts Date: Sat, 23 Dec 2023 19:06:26 +0200 Subject: [PATCH] Fix ToC hide/show button --- resources/styles/Components/Toc.scss | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/resources/styles/Components/Toc.scss b/resources/styles/Components/Toc.scss index 96a7f2ee..df0fd711 100644 --- a/resources/styles/Components/Toc.scss +++ b/resources/styles/Components/Toc.scss @@ -50,6 +50,10 @@ } } + .toctogglecheckbox:checked ~ ul { + display: none; + } + .tocnumber { display: none; }