wikimedia/mediawiki-core

View on GitHub
resources/src/mediawiki.skinning/toc/common.css

Summary

Maintainability
Test Coverage
/* This style is loaded on all media. */

/* Hide the content of the TOC when the checkbox is checked. */
/* stylelint-disable-next-line selector-class-pattern */
.toctogglecheckbox:checked ~ ul {
    display: none;
}