mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-11 16:59:09 +00:00
25f4bc2a37
Bug: T367899 Change-Id: I6ec44a10a7bfeb6b03912ca6d5a23eaed046db08
11 lines
228 B
Plaintext
11 lines
228 B
Plaintext
@import 'mediawiki.skin.variables.less';
|
|
|
|
// For compatibility with code older than #mw-teleport-target (T350544)
|
|
body > .oo-ui-windowManager {
|
|
font-size: @font-size-small;
|
|
|
|
> .oo-ui-dialog {
|
|
z-index: @z-index-overlay;
|
|
}
|
|
}
|