Mooeypoo has uploaded a new change for review.
https://gerrit.wikimedia.org/r/237510
Change subject: [wip] Adjust and clean up styles and behavior for mobile
......................................................................
[wip] Adjust and clean up styles and behavior for mobile
See I48ab73f9bb96c57
Change-Id: I61918336104078d785aa77973a69bf270cc44d34
---
M modules/nojs/mw.echo.notifications.less
M modules/ooui/mw.echo.ui.NotificationsWidget.js
2 files changed, 3 insertions(+), 1 deletion(-)
git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Echo
refs/changes/10/237510/1
diff --git a/modules/nojs/mw.echo.notifications.less
b/modules/nojs/mw.echo.notifications.less
index 07fa1a6..e023df9 100644
--- a/modules/nojs/mw.echo.notifications.less
+++ b/modules/nojs/mw.echo.notifications.less
@@ -77,7 +77,6 @@
.mw-echo-timestamp, .mw-echo-notification-footer {
color: #6D6D6D;
- font-size: 11px;
margin-top: 0.2em;
}
}
diff --git a/modules/ooui/mw.echo.ui.NotificationsWidget.js
b/modules/ooui/mw.echo.ui.NotificationsWidget.js
index ca00b5f..7570b9f 100644
--- a/modules/ooui/mw.echo.ui.NotificationsWidget.js
+++ b/modules/ooui/mw.echo.ui.NotificationsWidget.js
@@ -20,6 +20,8 @@
// Parent constructor
mw.echo.ui.NotificationsWidget.parent.call( this, config );
+ // Mixin constructors
+ OO.ui.mixin.PendingElement.call( this, config );
// Dummy 'loading' option widget
this.loadingOptionWidget = new OO.ui.OptionWidget( {
@@ -45,6 +47,7 @@
/* Initialization */
OO.inheritClass( mw.echo.ui.NotificationsWidget, OO.ui.SelectWidget );
+ OO.mixinClass( mw.echo.ui.NotificationsWidget,
OO.ui.mixin.PendingElement );
/* Methods */
--
To view, visit https://gerrit.wikimedia.org/r/237510
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I61918336104078d785aa77973a69bf270cc44d34
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Echo
Gerrit-Branch: master
Gerrit-Owner: Mooeypoo <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits