mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-25 06:46:26 +00:00
Toolbar: Make save button progressive, not constructive
Bug: T86507 Change-Id: I082d1b4ba09abf74e4c6438ef8b93fcc7de7a41b
This commit is contained in:
parent
abbbdd268c
commit
6ce2210222
|
@ -1097,7 +1097,7 @@ ve.init.mw.ViewPageTarget.prototype.setupSectionEditLinks = null;
|
|||
ve.init.mw.ViewPageTarget.prototype.setupToolbarSaveButton = function () {
|
||||
this.toolbarSaveButton = new OO.ui.ButtonWidget( {
|
||||
label: ve.msg( 'visualeditor-toolbar-savedialog' ),
|
||||
flags: [ 'constructive', 'primary' ],
|
||||
flags: [ 'progressive', 'primary' ],
|
||||
disabled: !this.restoring
|
||||
} );
|
||||
|
||||
|
|
Loading…
Reference in a new issue