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

Change subject: Avoid invitation to "unmark as proofread" since it is not 
allowed
......................................................................


Avoid invitation to "unmark as proofread" since it is not allowed

CSS has been adjusted to avoid to convey the idea that proofread marks
can be removed. Once the user marks a message as proofread, the
mark will not be highlighted on hover and the cursor will not turn into
a hand.

Change-Id: Ifec127376fb4d8f69b575265c11fd7b1e06e83d8
---
M resources/css/ext.translate.proofread.css
1 file changed, 2 insertions(+), 8 deletions(-)

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



diff --git a/resources/css/ext.translate.proofread.css 
b/resources/css/ext.translate.proofread.css
index 5e1c77e..6bbf3b7 100644
--- a/resources/css/ext.translate.proofread.css
+++ b/resources/css/ext.translate.proofread.css
@@ -111,11 +111,8 @@
 }
 
 .tux-proofread-action.accepted {
+       cursor: default;
        background-position: right -62px;
-}
-
-.tux-proofread-action.accepted:hover {
-       background-position: right -93px;
 }
 
 .proofread-by-others .tux-proofread-action {
@@ -127,11 +124,8 @@
 }
 
 .proofread-by-others .tux-proofread-action.accepted {
+       cursor: default;
        background-position: right -186px;
-}
-
-.proofread-by-others .tux-proofread-action.accepted:hover {
-       background-position: right -217px;
 }
 
 .tux-proofread-edit {

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

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

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

Reply via email to