Ricordisamoa has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/189957

Change subject: Special:OAuth/authorize: add the 'mw-ui-quiet' class to the 
'cancel' button
......................................................................

Special:OAuth/authorize: add the 'mw-ui-quiet' class to the 'cancel' button

Bug: T64764
Change-Id: I2ec7a87ac7487b6208da5e14e16dc1150e7e97de
---
M frontend/specialpages/SpecialMWOAuth.php
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/OAuth 
refs/changes/57/189957/1

diff --git a/frontend/specialpages/SpecialMWOAuth.php 
b/frontend/specialpages/SpecialMWOAuth.php
index c182468..9f4a933 100644
--- a/frontend/specialpages/SpecialMWOAuth.php
+++ b/frontend/specialpages/SpecialMWOAuth.php
@@ -357,7 +357,7 @@
                $form->suppressDefaultSubmit();
                $form->addButton( 'cancel',
                        wfMessage( 'mwoauth-form-button-cancel' )->text(), null,
-                       array( 'class' => 'mw-mwoauth-authorize-button 
mw-ui-button' ) );
+                       array( 'class' => 'mw-mwoauth-authorize-button 
mw-ui-button mw-ui-quiet' ) );
                $form->addButton( 'accept',
                        wfMessage( 'mwoauth-form-button-approve' )->text(), 
null,
                        array( 'class' => 'mw-mwoauth-authorize-button 
mw-ui-button mw-ui-constructive' ) );

-- 
To view, visit https://gerrit.wikimedia.org/r/189957
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2ec7a87ac7487b6208da5e14e16dc1150e7e97de
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/OAuth
Gerrit-Branch: master
Gerrit-Owner: Ricordisamoa <[email protected]>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to