Toolbar: Make save button progressive, not constructive

Bug: T86507
Change-Id: I082d1b4ba09abf74e4c6438ef8b93fcc7de7a41b
This commit is contained in:
James D. Forrester 2015-01-12 17:50:45 -08:00
parent abbbdd268c
commit 6ce2210222

View file

@ -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
} );