Move skinStyle from Echo to Minerva

Bug: T257143
Change-Id: I1999185d19e171900f2da5acbd39125013d3582c
This commit is contained in:
Jon Robson 2022-11-18 16:13:40 -08:00 committed by Catrope
parent fa4f424abf
commit 7187ce5594
2 changed files with 28 additions and 0 deletions

View file

@ -169,6 +169,9 @@
},
"ResourceModuleSkinStyles": {
"minerva": {
"ext.echo.styles.badge": [
"skinStyles/ext.echo.styles.badge.less"
],
"mobile.init.styles": [
"skinStyles/mobile.init.styles/mobile.less"
],

View file

@ -0,0 +1,25 @@
/* stylelint-disable selector-max-id */
#pt-notifications-alert {
.mw-echo-notifications-badge-dimmed,
.mw-echo-notifications-badge {
top: 0;
margin: 0;
}
a.mw-ui-icon-wikimedia-bellOutline-base20 {
color: transparent;
}
}
#pt-notifications-alert.oo-ui-widget {
list-style: none;
width: 1.25em;
height: 1.25em;
padding: 0.75em;
vertical-align: middle;
a {
height: auto;
padding: 0;
}
}