Localisation updates from https://translatewiki.net.
[mediawiki.git] / resources / src / mediawiki.skinning / toc / common.less
blobd1fcfc6624c0435708531eec8619c86d98365377
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 {
8         display: none;
11 /* Space between the columns for tocnumber and toctext */
12 .tocnumber {
13         .padding-inline( 0, 0.5em );