jenkins-bot has submitted this change and it was merged.

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(-)

Approvals:
  CSteipp: Looks good to me, approved
  jenkins-bot: Verified



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: merged
Gerrit-Change-Id: I2ec7a87ac7487b6208da5e14e16dc1150e7e97de
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/OAuth
Gerrit-Branch: master
Gerrit-Owner: Ricordisamoa <[email protected]>
Gerrit-Reviewer: CSteipp <[email protected]>
Gerrit-Reviewer: Jaredzimmerman <[email protected]>
Gerrit-Reviewer: Ricordisamoa <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to