mediawiki-extensions-Visual.../modules/ve-mw/ui/styles/layouts/ve.ui.MWTwoPaneTransclusionDialogLayout.less
Adam Wight b39bb342ec Never attach outlineSelectWidget to the DOM
Bug: T310867
Bug: T310866
Change-Id: I8e3a12693bbe9f91a171484a03316c9d4c94a2be
2022-06-23 10:50:51 +00:00

33 lines
640 B
Plaintext

.ve-ui-mwTwoPaneTransclusionDialogLayout {
&-stackLayout {
&.oo-ui-stackLayout-continuous > .oo-ui-panelLayout-scrollable {
// Override from PanelLayout; only the StackLayout must be scrollable
overflow: hidden;
}
> .oo-ui-panelLayout {
width: 100%;
box-sizing: border-box;
// @padding-panel-dialog
padding: 20px;
}
}
&-outlinePanel {
> .oo-ui-outlineControlsWidget {
position: absolute;
bottom: 0;
left: 0;
right: 0;
height: 2.5em;
// @border-dialog-bar
border-top: 1px solid #c8ccd1;
}
}
> .oo-ui-menuLayout-menu {
// @border-dialog-bar
border-right: 1px solid #c8ccd1;
}
}