fix(skinStyles): add missing Echo dark styles

Closes #468
This commit is contained in:
alistair3149 2022-05-31 19:15:06 -04:00
parent e6986f5181
commit 982cb8c7ba
No known key found for this signature in database
GPG key ID: 94D081060FD3DD9C
2 changed files with 10 additions and 1 deletions

View file

@ -17,6 +17,13 @@
}
}
/* mw.echo.ui.NotificationsInboxWidget.less */
.mw-echo-ui-notificationsInboxWidget {
&-toolbarWrapper {
background: var( --color-surface-0 );
}
}
/* mw.echo.ui.PageNotificationsOptionWidget.less */
.mw-echo-ui-pageNotificationsOptionWidget {
&.oo-ui-optionWidget {

View file

@ -250,7 +250,9 @@
/* mw.echo.ui.MenuItemWidget.less */
.mw-echo-ui-menuItemWidget {
> .oo-ui-labelElement-label {
// First selector is polyfill for MW 1.35
> .oo-ui-labelElement-label,
> .oo-ui-buttonElement-button > .oo-ui-labelElement-label {
color: var( --color-base--emphasized );
}