mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/VisualEditor
synced 2024-11-28 08:10:35 +00:00
Revert "Make toolbar save button frameless"
This reverts commit cb11cbd2f5
.
Actually not needed after 3d36cac7fc4808f708f03b66f5c099de440e4569
in OOjs UI, and would change the UI in unexpected way.
Bug: T103403
Change-Id: Ia30b168ea29d03aa76ad81d1f9894a67604fdc08
This commit is contained in:
parent
cb11cbd2f5
commit
652da4afab
|
@ -1195,7 +1195,6 @@ 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' ),
|
||||
framed: false,
|
||||
flags: [ 'progressive', 'primary' ],
|
||||
disabled: !this.restoring
|
||||
} );
|
||||
|
|
Loading…
Reference in a new issue