Bug 1444301 - Make the meatball button a little less meaty; r?jryans
This patch also reworks the SVG to make it a little easier to adjust in future.
MozReview-Commit-ID: 7R3hDL3qaVD
--- a/devtools/client/themes/images/more.svg
+++ b/devtools/client/themes/images/more.svg
@@ -1,6 +1,9 @@
<!-- This Source Code Form is subject to the terms of the Mozilla Public
- License, v. 2.0. If a copy of the MPL was not distributed with this
- file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
-<svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16">
- <path fill="context-fill" d="M2 6a2 2 0 1 0 2 2 2 2 0 0 0-2-2zm6 0a2 2 0 1 0 2 2 2 2 0 0 0-2-2zm6 0a2 2 0 1 0 2 2 2 2 0 0 0-2-2z"></path>
+<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16"
+ fill="context-fill">
+ <circle cx="2.6" cy="8" r="1.65"/>
+ <circle cx="8" cy="8" r="1.65"/>
+ <circle cx="13.4" cy="8" r="1.65"/>
</svg>