Esanders has uploaded a new change for review. ( 
https://gerrit.wikimedia.org/r/337601 )

Change subject: Fix vertical alignment of eye icon
......................................................................

Fix vertical alignment of eye icon

Change-Id: I2a332cf626801d9bd4a41438850d880b080d0d5f
---
M src/themes/apex/images/icons/eye.svg
M src/themes/mediawiki/images/icons/eye.svg
2 files changed, 4 insertions(+), 4 deletions(-)


  git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/01/337601/1

diff --git a/src/themes/apex/images/icons/eye.svg 
b/src/themes/apex/images/icons/eye.svg
index 343e9cf..cec85d0 100644
--- a/src/themes/apex/images/icons/eye.svg
+++ b/src/themes/apex/images/icons/eye.svg
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <svg xmlns="http://www.w3.org/2000/svg"; width="24" height="24" viewBox="0 0 24 
24">
-    <path d="M12 8c-5 0-11 6-11 6s6 6 11 6 11-6 11-6-6-6-11-6zm0 10c-2.2 
0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z"/>
-    <circle cx="12" cy="14" r="2"/>
+    <path id="sclera" d="M12 6C7 6 1 12 1 12s6 6 11 6 11-6 11-6-6-6-11-6zm0 
10c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z"/>
+    <circle id="pupil" r="2" cy="12" cx="12"/>
 </svg>
diff --git a/src/themes/mediawiki/images/icons/eye.svg 
b/src/themes/mediawiki/images/icons/eye.svg
index 343e9cf..cec85d0 100644
--- a/src/themes/mediawiki/images/icons/eye.svg
+++ b/src/themes/mediawiki/images/icons/eye.svg
@@ -1,5 +1,5 @@
 <?xml version="1.0" encoding="utf-8"?>
 <svg xmlns="http://www.w3.org/2000/svg"; width="24" height="24" viewBox="0 0 24 
24">
-    <path d="M12 8c-5 0-11 6-11 6s6 6 11 6 11-6 11-6-6-6-11-6zm0 10c-2.2 
0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z"/>
-    <circle cx="12" cy="14" r="2"/>
+    <path id="sclera" d="M12 6C7 6 1 12 1 12s6 6 11 6 11-6 11-6-6-6-11-6zm0 
10c-2.2 0-4-1.8-4-4s1.8-4 4-4 4 1.8 4 4-1.8 4-4 4z"/>
+    <circle id="pupil" r="2" cy="12" cx="12"/>
 </svg>

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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I2a332cf626801d9bd4a41438850d880b080d0d5f
Gerrit-PatchSet: 1
Gerrit-Project: oojs/ui
Gerrit-Branch: master
Gerrit-Owner: Esanders <[email protected]>

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

Reply via email to