Cached HTML/JS shouldn't show two toggle links
[lhc/web/wiklou.git] / resources / src / mediawiki.toc.styles / screen.less
index 16b2591..5137c76 100644 (file)
 .toctogglecheckbox:not( :checked ) + .toctitle .toctogglelabel:after {
        content: '@{msg-hidetoc}';
 }
+
+/*
+Cached: https://phabricator.wikimedia.org/T195053#4417392
+Can be cleared at least one week after the above comment
+*/
+.toctogglespan ~ .toctoggle {
+       display: none;
+}