1 /* This style is loaded on all media. */
2 /* stylelint-disable selector-class-pattern */
4 @import 'mediawiki.mixins.less';
6 /* Hide the content of the TOC when the checkbox is checked. */
7 .toctogglecheckbox:checked ~ ul {
11 /* Space between the columns for tocnumber and toctext */
13 .padding-inline( 0, 0.5em );