jenkins-bot has submitted this change and it was merged. Change subject: icons: Give "Stop" a filled background, aligned with others in the pack ......................................................................
icons: Give "Stop" a filled background, aligned with others in the pack Bug: T132991 Change-Id: Ia195bf844b9d55518ad6af3b888739fe87ba5a9f --- M src/themes/mediawiki/images/icons/stop.svg 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Jforrester: Looks good to me, approved jenkins-bot: Verified diff --git a/src/themes/mediawiki/images/icons/stop.svg b/src/themes/mediawiki/images/icons/stop.svg index aa25e3d..4631b85 100644 --- a/src/themes/mediawiki/images/icons/stop.svg +++ b/src/themes/mediawiki/images/icons/stop.svg @@ -1,4 +1,4 @@ <?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 6c3.9 0 7 3.1 7 7s-3.1 7-7 7-7-3.1-7-7 3.1-7 7-7m0-1c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm-3 5h6v6H9z"/> + <path d="M12 5c-4.4 0-8 3.6-8 8s3.6 8 8 8 8-3.6 8-8-3.6-8-8-8zm3 11.1H9v-6h6v6z"/> </svg> -- To view, visit https://gerrit.wikimedia.org/r/297405 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia195bf844b9d55518ad6af3b888739fe87ba5a9f Gerrit-PatchSet: 3 Gerrit-Project: oojs/ui Gerrit-Branch: master Gerrit-Owner: VolkerE <[email protected]> Gerrit-Reviewer: Bartosz DziewoĆski <[email protected]> Gerrit-Reviewer: Jforrester <[email protected]> Gerrit-Reviewer: VolkerE <[email protected]> Gerrit-Reviewer: jenkins-bot <> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
