jenkins-bot has submitted this change and it was merged. ( 
https://gerrit.wikimedia.org/r/345648 )

Change subject: Don't make the "r" red except when highlighting is active
......................................................................


Don't make the "r" red except when highlighting is active

Bug: T161706
Change-Id: Ic6e1ce52845e20c1b588b2e09efc056ad4f5859a
(cherry picked from commit bb548747b8f63ce0d634c2cdbbfa6c2b698930e9)
---
M modules/ext.ores.highlighter.css
M modules/ext.ores.styles.css
2 files changed, 8 insertions(+), 11 deletions(-)

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



diff --git a/modules/ext.ores.highlighter.css b/modules/ext.ores.highlighter.css
index fbc0f54..2117e65 100644
--- a/modules/ext.ores.highlighter.css
+++ b/modules/ext.ores.highlighter.css
@@ -1,7 +1,4 @@
-/**
- * Make the whole rows yellow
- */
-
+/* Make the whole rows various shades of yellow */
 .damaging.ores-highlight[data-ores-damaging='softest'] {
        background-color: #fc3;
 }
@@ -13,3 +10,8 @@
 .damaging.ores-highlight[data-ores-damaging='hard'] {
        background-color: #fef6e7;
 }
+
+/* Make the "r" red */
+.ores-damaging {
+       color: #f00;
+}
diff --git a/modules/ext.ores.styles.css b/modules/ext.ores.styles.css
index 4bbc11b..579d357 100644
--- a/modules/ext.ores.styles.css
+++ b/modules/ext.ores.styles.css
@@ -1,14 +1,9 @@
-/**
- * Marking "r" flag in ORES red in recent changes.
- */
+/* Make the "r" bold */
 .ores-damaging {
        font-weight: bold;
-       color: #f00;
 }
 
-/**
- * Make the whole row orange
- */
+/* Make the whole row orange if highlighted */
 li.damaging.ores-highlight,
 tr.damaging.ores-highlight {
        background: #fef6e7;

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

Gerrit-MessageType: merged
Gerrit-Change-Id: Ic6e1ce52845e20c1b588b2e09efc056ad4f5859a
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/ORES
Gerrit-Branch: wmf/1.29.0-wmf.18
Gerrit-Owner: Catrope <r...@wikimedia.org>
Gerrit-Reviewer: Catrope <r...@wikimedia.org>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to