mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-29 18:05:19 +00:00
a1199a0917
Restricted to the feature flag (?vectorvisualenhancementnext=1) for now to allow us to not worry about caching. mw-ui-icon-flush-left and mw-ui-icon-flush-right have been in core for some time and using them means we don't have to manage hardcoded values for these. We'll need to think of .mixin-vector-flush-left-left and .mixin-vector-flush-right-margin-left separately - I wonder if these could be revised to use these 2 standard classes. Additional changes: - Drop unused mixin-vector-flush-right-margin-left mixin Bug: T321504 Bug: T317583 Change-Id: I51f8e31be6771a3fb32fb07dc22d0c2872b5706d
9 lines
292 B
Plaintext
9 lines
292 B
Plaintext
<div class="mw-table-of-contents-container mw-ui-icon-flush-left">
|
|
{{! T313060 Additional container div needed to prevent the sticky element from being siblings with the footer }}
|
|
{{#data-toc}}
|
|
<div class="vector-sticky-toc-container">
|
|
{{>TableOfContents}}
|
|
</div>
|
|
{{/data-toc}}
|
|
</div>
|