Lucas Werkmeister (WMDE) has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/385374 )

Change subject: Add wikibase-snakview-indicator class in gadget
......................................................................

Add wikibase-snakview-indicator class in gadget

Unfortunately, we still have to maintain our high-specificity copy of
the padding, for the same reasons as in change I337636b019 (commit
fcfc3cba44), so this doesn’t have any effect right now, but we should
still add the proper class if we’re going to use the indicators
interface.

Change-Id: I458a008e9f7553fe7297eca3afeb5b4090605280
---
M modules/gadget.js
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull 
ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/WikibaseQualityConstraints
 refs/changes/74/385374/1

diff --git a/modules/gadget.js b/modules/gadget.js
index 6616080..2dba630 100644
--- a/modules/gadget.js
+++ b/modules/gadget.js
@@ -9,7 +9,7 @@
                        iconTitle: mw.message( iconTitleMessageKey ).text(),
                        flags: flags || '',
                        framed: false,
-                       classes: [ 'wbqc-reports-button' ],
+                       classes: [ 'wbqc-reports-button', 
'wikibase-snakview-indicator' ],
                        $overlay: $container.parents( '.wikibase-statementview' 
).first(),
                        popup: {
                                $content: $content,

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I458a008e9f7553fe7297eca3afeb5b4090605280
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/WikibaseQualityConstraints
Gerrit-Branch: master
Gerrit-Owner: Lucas Werkmeister (WMDE) <lucas.werkmeis...@wikimedia.de>

_______________________________________________
MediaWiki-commits mailing list
MediaWiki-commits@lists.wikimedia.org
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to