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

Change subject: Remove bytes{added|removed} image from MobileSpecialPageFeed
......................................................................


Remove bytes{added|removed} image from MobileSpecialPageFeed

CSS rule used for stable&beta doesn't exist out of mobilediff.

Bug: 73422
Change-Id: I8330d58bbf213407a102fbe91ab7bdb8ddc07c8b
---
M includes/specials/MobileSpecialPageFeed.php
1 file changed, 2 insertions(+), 2 deletions(-)

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



diff --git a/includes/specials/MobileSpecialPageFeed.php 
b/includes/specials/MobileSpecialPageFeed.php
index aff67f5..f94b960 100644
--- a/includes/specials/MobileSpecialPageFeed.php
+++ b/includes/specials/MobileSpecialPageFeed.php
@@ -122,9 +122,9 @@
                        $formattedBytes = $lang->formatNum( $bytes );
                        if ( $bytes > 0 ) {
                                $formattedBytes = '+' . $formattedBytes;
-                               $bytesClass = MobileUI::iconClass( 
'bytesadded', 'before', 'icon-12px mw-mf-bytesadded' );
+                               $bytesClass = 'mw-mf-bytesadded';
                        } else {
-                               $bytesClass = MobileUI::iconClass( 
'bytesremoved', 'before', 'icon-12px mw-mf-bytesremoved' );
+                               $bytesClass = 'mw-mf-bytesremoved';
                        }
                        $html .= Html::element(
                                'p',

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8330d58bbf213407a102fbe91ab7bdb8ddc07c8b
Gerrit-PatchSet: 4
Gerrit-Project: mediawiki/extensions/MobileFrontend
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Awjrichards <[email protected]>
Gerrit-Reviewer: Bmansurov <[email protected]>
Gerrit-Reviewer: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to