mirror of
https://gerrit.wikimedia.org/r/mediawiki/skins/Vector.git
synced 2024-11-27 17:10:19 +00:00
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:
parent
02766aa2a9
commit
f392005882
|
@ -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",
|
||||
|
|
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue