Merge "installer: Remove TODO per discussion in Ia9f0cd7d0117f67d2017e"
[lhc/web/wiklou.git] / resources / src / mediawiki.toc.styles / common.css
1 /* This style is loaded on all media. */
2
3 /* Hide the content of the TOC when the checkbox is checked. */
4 /* stylelint-disable-next-line selector-class-pattern */
5 .toctogglecheckbox:checked ~ ul {
6 display: none;
7 }