mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Echo
synced 2024-11-23 23:44:53 +00:00
Replace deprecated 'advanced' by renamed to 'settings' icon
Bug: T190581 Change-Id: I63f3252464cd6098e89ff49d0e9881440c6679f8
This commit is contained in:
parent
087a41faaf
commit
8423a7ce53
|
@ -91,7 +91,7 @@
|
|||
} );
|
||||
|
||||
preferencesButton = new OO.ui.ButtonWidget( {
|
||||
icon: 'advanced',
|
||||
icon: 'settings',
|
||||
label: mw.msg( 'mypreferences' ),
|
||||
href: links.preferences,
|
||||
classes: [ 'mw-echo-ui-notificationBadgeButtonPopupWidget-footer-preferences' ]
|
||||
|
|
|
@ -27,7 +27,7 @@
|
|||
this.$handle.empty().attr( 'class', '' );
|
||||
handle = new OO.ui.ButtonWidget( {
|
||||
$element: this.$handle,
|
||||
icon: 'advanced',
|
||||
icon: 'settings',
|
||||
indicator: 'down'
|
||||
} );
|
||||
this.$element.append( handle.$element );
|
||||
|
@ -48,7 +48,7 @@
|
|||
new OO.ui.MenuOptionWidget( {
|
||||
// Use link for accessibility
|
||||
$element: $( '<a>' ).attr( 'href', config.prefLink ),
|
||||
icon: 'advanced',
|
||||
icon: 'settings',
|
||||
label: mw.msg( 'mypreferences' ),
|
||||
data: { href: config.prefLink }
|
||||
} )
|
||||
|
|
Loading…
Reference in a new issue