mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-12-13 08:29:29 +00:00
f83cca3cc5
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
9 lines
529 B
Plaintext
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;
|
|
}
|