Merge "Don't apply margin to dotdotdot menu items"

This commit is contained in:
jenkins-bot 2016-05-10 14:23:49 +00:00 committed by Gerrit Code Review
commit 14d4c67ee7
2 changed files with 2 additions and 3 deletions

View file

@ -140,8 +140,7 @@
// Add a "mark as read" secondary action
this.toggleReadSecondaryButton = new mw.echo.ui.MenuItemWidget( {
data: 'toggleRead',
prioritized: false,
classes: [ 'mw-echo-ui-notificationItemWidget-content-actions-button' ]
prioritized: false
} );
this.menuPopupButtonWidget.getMenu().addItems( [ this.toggleReadSecondaryButton ] );

View file

@ -60,7 +60,7 @@
}
&-button,
.mw-echo-ui-menuItemWidget {
.mw-echo-ui-menuItemWidget-prioritized {
margin-right: 1.2em;
}