mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-12-02 19:36:48 +00:00
0c0c0e596f
Due to using ooui, and a lot of the styles being a lot more generic in general these days for wider skin support, most of the skin styles still included with Echo are no longer necessary or may even be actively breaking things. Remove a bunch of that, including some of the stuff for T226594 etc, as we now have a more elegant solution in the skin itself. Bug: T226684 Bug: T226594 Depends-On: I0ed21a78feb1b1298c30b969a1c80a4323e74043 Change-Id: Id3193a07f023eb0abc30fa24afe10da042fea876
15 lines
278 B
Plaintext
15 lines
278 B
Plaintext
@import '../echo.variables';
|
|
|
|
#pt-notifications-notice .mw-echo-notifications-badge,
|
|
#pt-notifications-alert .mw-echo-notifications-badge {
|
|
display: inline-block;
|
|
background-size: 16px 16px;
|
|
background-repeat: no-repeat;
|
|
top: -1px;
|
|
|
|
&:after {
|
|
top: 6px;
|
|
left: 45%;
|
|
}
|
|
}
|