mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-24 16:04:35 +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
|
||||
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 ] );
|
||||
|
||||
|
|
|
@ -60,7 +60,7 @@
|
|||
}
|
||||
|
||||
&-button,
|
||||
.mw-echo-ui-menuItemWidget {
|
||||
.mw-echo-ui-menuItemWidget-prioritized {
|
||||
margin-right: 1.2em;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue