mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-28 09:40:41 +00:00
Merge "Don't apply margin to dotdotdot menu items"
This commit is contained in:
commit
14d4c67ee7
|
@ -140,8 +140,7 @@
|
||||||
// Add a "mark as read" secondary action
|
// Add a "mark as read" secondary action
|
||||||
this.toggleReadSecondaryButton = new mw.echo.ui.MenuItemWidget( {
|
this.toggleReadSecondaryButton = new mw.echo.ui.MenuItemWidget( {
|
||||||
data: 'toggleRead',
|
data: 'toggleRead',
|
||||||
prioritized: false,
|
prioritized: false
|
||||||
classes: [ 'mw-echo-ui-notificationItemWidget-content-actions-button' ]
|
|
||||||
} );
|
} );
|
||||||
this.menuPopupButtonWidget.getMenu().addItems( [ this.toggleReadSecondaryButton ] );
|
this.menuPopupButtonWidget.getMenu().addItems( [ this.toggleReadSecondaryButton ] );
|
||||||
|
|
||||||
|
|
|
@ -60,7 +60,7 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
&-button,
|
&-button,
|
||||||
.mw-echo-ui-menuItemWidget {
|
.mw-echo-ui-menuItemWidget-prioritized {
|
||||||
margin-right: 1.2em;
|
margin-right: 1.2em;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue