Jdlrobson has uploaded a new change for review. https://gerrit.wikimedia.org/r/313312
Change subject: Use mw-ui-progressive for button classes ...................................................................... Use mw-ui-progressive for button classes mw-ui-constructive and mw-ui-primary usage are deprecated Bug: T146923 Change-Id: I32d3fe060df705ff9e6488a128809b9e02171227 --- M includes/specials/SpecialGlobalRenameQueue.php 1 file changed, 3 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/CentralAuth refs/changes/12/313312/1 diff --git a/includes/specials/SpecialGlobalRenameQueue.php b/includes/specials/SpecialGlobalRenameQueue.php index 54f367f..acf97cb 100644 --- a/includes/specials/SpecialGlobalRenameQueue.php +++ b/includes/specials/SpecialGlobalRenameQueue.php @@ -100,7 +100,7 @@ array( 'href' => $this->getPageTitle( self::PAGE_OPEN_QUEUE )->getFullURL(), 'class' => 'mw-ui-button' . ( - ( $page === self::PAGE_OPEN_QUEUE ) ? ' mw-ui-primary' : '' + ( $page === self::PAGE_OPEN_QUEUE ) ? ' mw-ui-progressive' : '' ), ), $this->msg( 'globalrenamequeue-nav-openqueue' )->text() @@ -109,7 +109,7 @@ array( 'href' => $this->getPageTitle( self::PAGE_CLOSED_QUEUE )->getFullURL(), 'class' => 'mw-ui-button' . - ( ($page === self::PAGE_CLOSED_QUEUE) ? ' mw-ui-primary' : '' ), + ( ($page === self::PAGE_CLOSED_QUEUE) ? ' mw-ui-progressive' : '' ), ), $this->msg( 'globalrenamequeue-nav-closedqueue' )->text() ); @@ -355,7 +355,7 @@ $this->msg( 'globalrenamequeue-request-approve-text' )->text(), 'mw-renamequeue-approve', array( - 'class' => 'mw-ui-constructive mw-ui-flush-right', + 'class' => 'mw-ui-progressive mw-ui-flush-right', ) ); $form->addButton( 'deny', -- To view, visit https://gerrit.wikimedia.org/r/313312 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I32d3fe060df705ff9e6488a128809b9e02171227 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/CentralAuth Gerrit-Branch: master Gerrit-Owner: Jdlrobson <jrob...@wikimedia.org> _______________________________________________ MediaWiki-commits mailing list MediaWiki-commits@lists.wikimedia.org https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits