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

Change subject: Add SVG version of bullet-icon and use .list-style-image-svg()
......................................................................


Add SVG version of bullet-icon and use .list-style-image-svg()

* Adds bullet-image.svg

* Depends on I09319e9188878c in MediaWiki core

Edokter idea.

Bug: T37338
Change-Id: If380fcca663859d1bb688bb621c267b815b3e21a
---
M components/common.less
A images/bullet-icon.svg
2 files changed, 5 insertions(+), 1 deletion(-)

Approvals:
  Mattflaschen: Looks good to me, approved
  Edokter: Looks good to me, but someone else must approve
  jenkins-bot: Verified



diff --git a/components/common.less b/components/common.less
index c25a26a..088b373 100644
--- a/components/common.less
+++ b/components/common.less
@@ -126,7 +126,7 @@
 
 ul {
        list-style-type: disc;
-       .list-style-image('images/bullet-icon.png');
+       .list-style-image-svg('images/bullet-icon.svg', 
'images/bullet-icon.png');
 }
 
 pre, .mw-code {
diff --git a/images/bullet-icon.svg b/images/bullet-icon.svg
new file mode 100644
index 0000000..dede350
--- /dev/null
+++ b/images/bullet-icon.svg
@@ -0,0 +1,4 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<svg xmlns="http://www.w3.org/2000/svg"; version="1.1" width="5" height="13">
+<circle cx="2.5" cy="9.5" r="2.5" fill="#00528c"/>
+</svg>

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

Gerrit-MessageType: merged
Gerrit-Change-Id: If380fcca663859d1bb688bb621c267b815b3e21a
Gerrit-PatchSet: 17
Gerrit-Project: mediawiki/skins/Vector
Gerrit-Branch: master
Gerrit-Owner: Paladox <[email protected]>
Gerrit-Reviewer: Bartosz DziewoƄski <[email protected]>
Gerrit-Reviewer: Brion VIBBER <[email protected]>
Gerrit-Reviewer: Edokter <[email protected]>
Gerrit-Reviewer: Jdlrobson <[email protected]>
Gerrit-Reviewer: Legoktm <[email protected]>
Gerrit-Reviewer: Mattflaschen <[email protected]>
Gerrit-Reviewer: Paladox <[email protected]>
Gerrit-Reviewer: Reedy <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

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

Reply via email to