linting: Start enforcing a basic CSS class naming rule (with lots of opt-outs)
[lhc/web/wiklou.git] / resources / src / mediawiki.toc.styles / print.css
1 /* Hide the complete TOC on print when the TOC is hidden. */
2 /* stylelint-disable-next-line selector-class-pattern */
3 .toctogglecheckbox:checked + .toctitle {
4 display: none;
5 }