mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/MinervaNeue
synced 2024-11-13 17:37:07 +00:00
79f214a196
Change-Id: Iad9fa2f8f76a4ea596e6b2f88df9a6290f2c50ff
19 lines
535 B
Plaintext
19 lines
535 B
Plaintext
@import 'mediawiki.skin.variables.less';
|
|
|
|
.toc-title-icon {
|
|
position: absolute;
|
|
left: @spacing-horizontal-button;
|
|
.cdx-mixin-css-icon( @cdx-icon-list-bullet, @param-is-button-icon: false );
|
|
}
|
|
|
|
.toc-title-state-icon {
|
|
position: absolute;
|
|
right: @spacing-horizontal-button;
|
|
.cdx-mixin-css-icon( @cdx-icon-expand, @param-is-button-icon: false, @param-size-icon: @size-icon-small);
|
|
}
|
|
|
|
// Flip the arrow in table of contents when toggled
|
|
.toctogglecheckbox:checked ~ .toctitle .toc-title-state-icon {
|
|
transform: rotate( -180deg );
|
|
}
|