Bug 1444301 - Make the meatball button a little less meaty; r?jryans draft
authorBrian Birtles <birtles@gmail.com>
Thu, 05 Apr 2018 10:14:02 +0900
changeset 778579 bf5eaacc0c5a00557106b1006d08b56134d338eb
parent 778578 50600b9c4470f35e03021f5fde0e3a016047af41
child 778580 b70847e3a4a3559c6287f2ecbfc78473702a66c0
push id105521
push userbbirtles@mozilla.com
push dateFri, 06 Apr 2018 14:07:54 +0000
reviewersjryans
bugs1444301
milestone61.0a1
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
devtools/client/themes/images/more.svg
--- 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>