mediawiki-skins-Vector/resources/skins.vector.styles/layouts/toc/pinned.less
Moh'd Khier Abualruz f83cca3cc5 [Zebra] Merge skins.vector.zebra.styles module into skins.vector.styles
Merges all of the styles in the Zebra module into the default styles.

- skins.vector.zebra.styles ResourceLoader module is removed.
- FIXME's related to Zebra styles are removed.
- Top-level "&" that were used for scoping to feature-flag are removed.
- `$wgVectorZebraDesign` feature flag is removed.

Bug: T347712
Change-Id: I0177541ae87a5d070d5317629ca38de93613d620
2024-01-09 15:46:11 +01:00

9 lines
529 B
Plaintext

.vector-column-start .vector-sticky-pinned-container {
// Aligns the text of the sidebar TOC with the main menu.
// The negative margins must be applied here, because .vector-sticky-pinned-container has
// contain: paint, which has an effect similar to 'overflow: hidden', and will prevent elements
// inside of the panel from being rendered outside of its bounding box, even when they would
// be positioned there using absolute positioning, negative margin, transforms, etc.
margin-left: -@toc-list-item-padding-start;
}