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

Change subject: Make "0 references" headers in no-JS view gray
......................................................................


Make "0 references" headers in no-JS view gray

This does not have an effect when JS is enabled. But it is visible on
diffs and old revisions, as well while the page is loading. The gray is
the same as the entity ID in the title.

I'm touching all the other gray because of consistency, see
https://github.com/CSSLint/csslint/issues/217

Change-Id: I29a0c1f376e9f0fc7381e2e690a309a50cb48466
---
M 
view/resources/jquery/wikibase/themes/default/jquery.wikibase.entitytermsview.css
M 
view/resources/jquery/wikibase/toolbar/themes/default/jquery.wikibase.toolbarbutton.css
M 
view/resources/jquery/wikibase/toolbar/themes/default/jquery.wikibase.toolbaritem.css
M view/resources/wikibase/wikibase.css
M view/resources/wikibase/wikibase.mobile.css
5 files changed, 7 insertions(+), 6 deletions(-)

Approvals:
  WMDE-leszek: Looks good to me, approved
  Tobias Gritschacher: Looks good to me, but someone else must approve
  WMDE-Fisch: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git 
a/view/resources/jquery/wikibase/themes/default/jquery.wikibase.entitytermsview.css
 
b/view/resources/jquery/wikibase/themes/default/jquery.wikibase.entitytermsview.css
index efe68ec..2e1e5a6 100644
--- 
a/view/resources/jquery/wikibase/themes/default/jquery.wikibase.entitytermsview.css
+++ 
b/view/resources/jquery/wikibase/themes/default/jquery.wikibase.entitytermsview.css
@@ -10,7 +10,7 @@
 }
 
 .wikibase-entitytermsview .wikibase-entitytermsview-heading 
.wikibase-entitytermsview-heading-aliases ul {
-       color: grey;
+       color: gray;
        margin: 0;
        word-wrap: break-word;
 }
diff --git 
a/view/resources/jquery/wikibase/toolbar/themes/default/jquery.wikibase.toolbarbutton.css
 
b/view/resources/jquery/wikibase/toolbar/themes/default/jquery.wikibase.toolbarbutton.css
index a700c89..d9e449e 100755
--- 
a/view/resources/jquery/wikibase/toolbar/themes/default/jquery.wikibase.toolbarbutton.css
+++ 
b/view/resources/jquery/wikibase/toolbar/themes/default/jquery.wikibase.toolbarbutton.css
@@ -11,7 +11,7 @@
 .wikibase-toolbarbutton-disabled a:hover,
 .wikibase-toolbarbutton-disabled a:active,
 .wikibase-toolbarbutton-disabled a:visited {
-       color: grey;
+       color: gray;
        text-decoration: none;
 }
 
diff --git 
a/view/resources/jquery/wikibase/toolbar/themes/default/jquery.wikibase.toolbaritem.css
 
b/view/resources/jquery/wikibase/toolbar/themes/default/jquery.wikibase.toolbaritem.css
index fcfafec..415d258 100755
--- 
a/view/resources/jquery/wikibase/toolbar/themes/default/jquery.wikibase.toolbaritem.css
+++ 
b/view/resources/jquery/wikibase/toolbar/themes/default/jquery.wikibase.toolbaritem.css
@@ -4,7 +4,7 @@
  */
 
 .wikibase-toolbarlabel.ui-state-disabled {
-       color: grey;
+       color: gray;
 }
 
 .wikibase-toolbar-item .mw-collapsible-toggle {
diff --git a/view/resources/wikibase/wikibase.css 
b/view/resources/wikibase/wikibase.css
index f1498a6..4cf26f5 100644
--- a/view/resources/wikibase/wikibase.css
+++ b/view/resources/wikibase/wikibase.css
@@ -14,7 +14,7 @@
 }
 
 h1 .wikibase-title .wikibase-title-id {
-       color: grey;
+       color: gray;
        font-size: 0.6em;
        margin-left: 0.4em;
        unicode-bidi: embed;
@@ -484,6 +484,7 @@
 /***** REFERENCES *****/
 
 .wikibase-statementview-references-heading {
+       color: gray;
        margin-top: 0.5em;
 }
 
diff --git a/view/resources/wikibase/wikibase.mobile.css 
b/view/resources/wikibase/wikibase.mobile.css
index 298153b..d8bc409 100644
--- a/view/resources/wikibase/wikibase.mobile.css
+++ b/view/resources/wikibase/wikibase.mobile.css
@@ -8,7 +8,7 @@
  */
 
 .wikibase-title-id {
-       color: grey;
+       color: gray;
        font-size: 0.6em;
        margin-left: 0.4em;
 }
@@ -39,7 +39,7 @@
 }
 
 .wikibase-entitytermsview-heading-aliases ul {
-       color: grey;
+       color: gray;
        margin: 0;
        word-wrap: break-word;
 }

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I29a0c1f376e9f0fc7381e2e690a309a50cb48466
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <thiemo.maet...@wikimedia.de>
Gerrit-Reviewer: Hoo man <h...@online.de>
Gerrit-Reviewer: Jonas Kress (WMDE) <jonas.kr...@wikimedia.de>
Gerrit-Reviewer: Lydia Pintscher <lydia.pintsc...@wikimedia.de>
Gerrit-Reviewer: Thiemo Mättig (WMDE) <thiemo.maet...@wikimedia.de>
Gerrit-Reviewer: Tobias Gritschacher <tobias.gritschac...@wikimedia.de>
Gerrit-Reviewer: WMDE-Fisch <christoph.jau...@wikimedia.de>
Gerrit-Reviewer: WMDE-jand <jan.dittr...@wikimedia.de>
Gerrit-Reviewer: WMDE-leszek <leszek.mani...@wikimedia.de>
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