Esanders has uploaded a new change for review. https://gerrit.wikimedia.org/r/234284
Change subject: Reduce size of 'close' icon by 1px ...................................................................... Reduce size of 'close' icon by 1px Makes it more congruent in size with similar icons, e.g. check/circle Bug: T110531 Change-Id: Ie691da628d4eb9c4cc37011eda778d8fa4df97f1 --- M src/themes/apex/images/icons/close.svg M src/themes/mediawiki/images/icons/close-ltr.svg M src/themes/mediawiki/images/icons/close-rtl.svg 3 files changed, 7 insertions(+), 3 deletions(-) git pull ssh://gerrit.wikimedia.org:29418/oojs/ui refs/changes/84/234284/1 diff --git a/src/themes/apex/images/icons/close.svg b/src/themes/apex/images/icons/close.svg index f05a965..9dc4860 100644 --- a/src/themes/apex/images/icons/close.svg +++ b/src/themes/apex/images/icons/close.svg @@ -1,6 +1,6 @@ <?xml version="1.0" encoding="utf-8"?> <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24"> <g id="close"> - <path id="x" d="M18.717 6.697l-1.414-1.414L12 10.586 6.697 5.283 5.283 6.697 10.586 12l-5.303 5.303 1.414 1.414L12 13.414l5.303 5.303 1.414-1.414L13.414 12z"/> + <path id="cross" d="M 17.717,7.697 16.303,6.283 12,10.586 7.697,6.283 6.283,7.697 10.586,12 6.283,16.303 7.697,17.717 12,13.414 16.303,17.717 17.717,16.303 13.414,12 z"/> </g> </svg> diff --git a/src/themes/mediawiki/images/icons/close-ltr.svg b/src/themes/mediawiki/images/icons/close-ltr.svg index 4dfa16a..36087d9 100644 --- a/src/themes/mediawiki/images/icons/close-ltr.svg +++ b/src/themes/mediawiki/images/icons/close-ltr.svg @@ -1,4 +1,6 @@ <?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="M18.4 8.1c.8-.8.8-2 0-2.8L12 11.8 6.4 6.2 5 7.6l5.6 5.6-5 5c-.8.8-.8 2 0 2.8l6.4-6.4 5.6 5.6 1.4-1.4-5.6-5.6 5-5.1z"/> + <g id="close"> + <path id="cross" d="m 17.4,9.1 c 0.8,-0.8 0.8,-2 0,-2.8 L 12,11.8 7.4,7.2 6,8.6 l 4.6,4.6 -4,4 c -0.8,0.8 -0.8,2 0,2.8 l 5.4,-5.4 4.6,4.6 1.4,-1.4 -4.6,-4.6 z"/> + </g> </svg> diff --git a/src/themes/mediawiki/images/icons/close-rtl.svg b/src/themes/mediawiki/images/icons/close-rtl.svg index 3666a34..a9e8f1e 100644 --- a/src/themes/mediawiki/images/icons/close-rtl.svg +++ b/src/themes/mediawiki/images/icons/close-rtl.svg @@ -1,4 +1,6 @@ <?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="M5.6 8.1c-.8-.8-.8-2 0-2.8l6.4 6.5 5.6-5.6L19 7.6l-5.6 5.6 5 5c.8.8.8 2 0 2.8L12 14.6l-5.6 5.6L5 18.8l5.6-5.6-5-5.1z" id="path140"/> + <g id="close"> + <path id="cross" d="M 6.6,9.1 C 5.8,8.3 5.8,7.1 6.6,6.3 l 5.4,5.5 4.6,-4.6 1.4,1.4 -4.6,4.6 4,4 c 0.8,0.8 0.8,2 0,2.8 L 12,14.6 7.4,19.2 6,17.8 10.6,13.2 z"/> + </g> </svg> -- To view, visit https://gerrit.wikimedia.org/r/234284 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ie691da628d4eb9c4cc37011eda778d8fa4df97f1 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
