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

Change subject: Inline splitter background image as base64
......................................................................


Inline splitter background image as base64

Specifying a URL in node_modules/ probably doesn’t work in a deployment
build, and the file is small, so just include it in the CSS file
directly in base64.

The background directive is also split up so that comments can be added
for each part separately (indicating the image file name, and the
Wikimedia Style Guide color name).

Change-Id: I8a2c6a8faf881dc6de84b7a33452d1d995e3b1a3
---
M style.css
1 file changed, 4 insertions(+), 1 deletion(-)

Approvals:
  Jonas Kress (WMDE): Looks good to me, approved
  jenkins-bot: Verified



diff --git a/style.css b/style.css
index dcdd81f..8788c6e 100644
--- a/style.css
+++ b/style.css
@@ -184,7 +184,10 @@
 .splitter {
        flex: 0 0 auto;
        width: 1em;
-       background: url( node_modules/jquery-resizable-dom/assets/vsizegrip.png 
) center center no-repeat #eaf3ff; /* Accent90 */
+       background-image: url( 
data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAhCAQAAABOpSL+AAAAIklEQVR4AWMwbb/PdR+JZDD9f1/oPhI5sgVGBSruc9xHIgGdSQqqQJGkRgAAAABJRU5ErkJggg==
 ); /* node_modules/jquery-resizable-dom/assets/vsizegrip.png */
+       background-position: center center;
+       background-repeat: no-repeat;
+       background-color: #eaf3ff; /* Accent90 */
        cursor: col-resize;
 }
 

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

Gerrit-MessageType: merged
Gerrit-Change-Id: I8a2c6a8faf881dc6de84b7a33452d1d995e3b1a3
Gerrit-PatchSet: 1
Gerrit-Project: wikidata/query/gui
Gerrit-Branch: master
Gerrit-Owner: Lucas Werkmeister (WMDE) <lucas.werkmeis...@wikimedia.de>
Gerrit-Reviewer: Jonas Kress (WMDE) <jonas.kr...@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