mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-15 10:35:48 +00:00
Use the same styling for add template and add parameter buttons
Bug: T314052 Change-Id: I62d4e282b0e8f0a32e37e144db358144224119f1
This commit is contained in:
parent
6422e69821
commit
dc91a39f8b
|
@ -71,7 +71,7 @@ ve.ui.MWAddParameterPage.prototype.initialize = function () {
|
||||||
} );
|
} );
|
||||||
this.saveButton = new OO.ui.ButtonWidget( {
|
this.saveButton = new OO.ui.ButtonWidget( {
|
||||||
label: ve.msg( 'visualeditor-dialog-transclusion-add-param-save' ),
|
label: ve.msg( 'visualeditor-dialog-transclusion-add-param-save' ),
|
||||||
flags: [ 'primary', 'progressive' ],
|
flags: [ 'progressive' ],
|
||||||
disabled: true
|
disabled: true
|
||||||
} )
|
} )
|
||||||
.connect( this, { click: 'onParameterNameSubmitted' } );
|
.connect( this, { click: 'onParameterNameSubmitted' } );
|
||||||
|
|
Loading…
Reference in a new issue