mirror of
https://gerrit.wikimedia.org/r/mediawiki/extensions/Popups
synced 2024-11-24 07:34:11 +00:00
settings: Use mw-ui-progressive instead of progressive buttons
Bug: T146923 Change-Id: I35078d5f61afb368ff3fc37e2f9cf0986bed2294
This commit is contained in:
parent
f974a024f4
commit
898648dfa2
|
@ -5,8 +5,8 @@
|
|||
</div>
|
||||
<h1>{{heading}}</h1>
|
||||
<div>
|
||||
<button class="save mw-ui-button mw-ui-constructive">{{saveLabel}}</button>
|
||||
<button class="okay mw-ui-button mw-ui-constructive" style="display:none;">{{okLabel}}</button>
|
||||
<button class="save mw-ui-button mw-ui-progressive">{{saveLabel}}</button>
|
||||
<button class="okay mw-ui-button mw-ui-progressive" style="display:none;">{{okLabel}}</button>
|
||||
</div>
|
||||
</header>
|
||||
<main id="mwe-popups-settings-form">
|
||||
|
|
Loading…
Reference in a new issue