Fixes Echo skin style for user message bar

Additional change: Skin Style is limited to Vector 2022
as none of the styling rules apply to legacy Vector

Bug: T348530
Change-Id: Iad310bbc6732135832986c287571744c846cea7f
(cherry picked from commit 07c886a19b)
This commit is contained in:
Jon Robson 2023-10-10 11:57:12 -07:00 committed by Paladox
parent 02766aa2a9
commit f392005882
2 changed files with 1 additions and 1 deletions

View file

@ -525,7 +525,6 @@
},
"vector": {
"ext.echo.styles.badge": "skinStyles/vector/ext.echo.styles.badge.less",
"+ext.echo.styles.alert": "skinStyles/ext.echo.styles.alert.less",
"jquery.ui": [
"skinStyles/jquery.ui/jquery.ui.core.css",
"skinStyles/jquery.ui/jquery.ui.theme.css",

View file

@ -1,4 +1,5 @@
@import 'mediawiki.skin.variables.less';
@import '../resources/skins.vector.styles/variables.less';
/** Mixin for collapsing the Echo new messages alert */
.echo-alert-collapse() {