Thiemo Mättig (WMDE) has uploaded a new change for review.

  https://gerrit.wikimedia.org/r/167173

Change subject: Simplify background CSS
......................................................................

Simplify background CSS

PHPUnit's static code analysis complained about this, that's why
I'm touching it. The shortcut property does the exact same. It resets
the background image to none.

Change-Id: I4a7bb046ecc2d3b1df8346c619b274edeec0076d
---
M lib/resources/jquery.wikibase/themes/default/jquery.wikibase.wbtooltip.css
1 file changed, 3 insertions(+), 5 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/mediawiki/extensions/Wikibase 
refs/changes/73/167173/1

diff --git 
a/lib/resources/jquery.wikibase/themes/default/jquery.wikibase.wbtooltip.css 
b/lib/resources/jquery.wikibase/themes/default/jquery.wikibase.wbtooltip.css
index 8281194..429aef1 100644
--- a/lib/resources/jquery.wikibase/themes/default/jquery.wikibase.wbtooltip.css
+++ b/lib/resources/jquery.wikibase/themes/default/jquery.wikibase.wbtooltip.css
@@ -26,12 +26,10 @@
 }
 
 .wikibase-wbtooltip-tip.wb-error .tipsy-inner {
-       background-color: #FFDFC9;
        /* on some host-client combinations the background image is propagated 
to the inner tooltip
-       container creating a background pattern; this broken behavior is 
suppressed by explicitly
-       setting the background image to none; this, however, has to be done in 
a separate definition
-       after setting the background colour */
-       background-image: none;
+       container creating a background pattern; this broken behavior is 
suppressed by implicitly
+       resetting the background image. */
+       background: #FFDFC9;
        border-color: #B27631;
 }
 

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I4a7bb046ecc2d3b1df8346c619b274edeec0076d
Gerrit-PatchSet: 1
Gerrit-Project: mediawiki/extensions/Wikibase
Gerrit-Branch: master
Gerrit-Owner: Thiemo Mättig (WMDE) <thiemo.maet...@wikimedia.de>

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

Reply via email to