Santhosh has submitted this change and it was merged.

Change subject: (bug 45688) Fix Proofread mark status not being updated
......................................................................


(bug 45688) Fix Proofread mark status not being updated

This patches modifies the way proofreading sprites are supported.
We should not rely in background-position-y since support has been
removed from Firefox and use the standard background-position instead.

Bug: 45688
Change-Id: I589daafe150eee3f26dae3a60f54cb758977f31f
---
M resources/css/ext.translate.proofread.css
1 file changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Santhosh: Verified; Looks good to me, approved



diff --git a/resources/css/ext.translate.proofread.css 
b/resources/css/ext.translate.proofread.css
index 4b87b7d..5ca89bb 100644
--- a/resources/css/ext.translate.proofread.css
+++ b/resources/css/ext.translate.proofread.css
@@ -73,15 +73,15 @@
 }
 
 .tux-proofread-action:hover {
-       background-position-y:  -31px;
+       background-position: right -31px;
 }
 
 .tux-proofread-action.proofread {
-       background-position-y:  -62px;
+       background-position: right -62px;
 }
 
 .tux-proofread-action.proofread:hover {
-       background-position-y:  -93px;
+       background-position: right -93px;
 }
 
 .tux-proofread-edit {

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I589daafe150eee3f26dae3a60f54cb758977f31f
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/Translate
Gerrit-Branch: master
Gerrit-Owner: Pginer <[email protected]>
Gerrit-Reviewer: Amire80 <[email protected]>
Gerrit-Reviewer: Nikerabbit <[email protected]>
Gerrit-Reviewer: Pginer <[email protected]>
Gerrit-Reviewer: Santhosh <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot

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

Reply via email to