Revert "Cached HTML/JS shouldn't show two toggle links"
authorFomafix <fomafix@googlemail.com>
Sat, 29 Dec 2018 09:44:05 +0000 (10:44 +0100)
committerFomafix <fomafix@googlemail.com>
Sat, 29 Dec 2018 09:48:57 +0000 (10:48 +0100)
This reverts commit 51edd7e9fa3a27e796498547044d063813886503.

All caches are now expired.

Bug: T195053
Change-Id: I16403b5cd57c3cc8acd3afaf6152e30ebb8d4a05

resources/src/mediawiki.toc.styles/screen.less

index 5137c76..16b2591 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;
-}