Use the same styling for add template and add parameter buttons

Bug: T314052
Change-Id: I62d4e282b0e8f0a32e37e144db358144224119f1
This commit is contained in:
Andrew Kostka 2022-07-28 16:24:15 +02:00
parent 6422e69821
commit dc91a39f8b

View file

@ -71,7 +71,7 @@ ve.ui.MWAddParameterPage.prototype.initialize = function () {
} );
this.saveButton = new OO.ui.ButtonWidget( {
label: ve.msg( 'visualeditor-dialog-transclusion-add-param-save' ),
flags: [ 'primary', 'progressive' ],
flags: [ 'progressive' ],
disabled: true
} )
.connect( this, { click: 'onParameterNameSubmitted' } );