mediawiki-skins-Vector/resources/skins.vector.styles/legacy/Sidebar.less
Stephen Niedzielski 0fac9045ac [dev][Legacy] split sidebar Mustache and Less
Split out the sidebar in advance of significant Latest mode only
changes.

The Less split was made by adding a new Sidebar.less file that imports
the Legacy implementation.

The Mustache split was made by file copying the existing implementation
into a legacy/ subfolder. Both the Legacy and Latest implementations
were then stripped of templates not applicable to their modes.

These changes are aligned with the splits for JavaScript.

Bug: T246419
Change-Id: Ib82769ea16bfc09efe8a088220aab55bdde0d381
2020-05-15 18:05:30 +00:00

21 lines
347 B
Plaintext

@import '../../../variables.less';
/* Panel */
#mw-panel {
font-size: @font-size-nav-main;
.portal-first,
/* FIXME: For caching. Can be removed in a week from the git blame commit id of this line. */
#p-logo + .portal {
background-image: none;
h3 {
display: none;
}
.body {
margin-left: @margin-start-nav-main-body;
}
}
}