Bug 1401497 - Give menu-badged.svg context-fill-opacity r?dao draft
authorDoug Thayer <dothayer@mozilla.com>
Fri, 22 Sep 2017 07:33:41 -0700
changeset 669117 f1911929997e3cb6e6763b4c2e620eaceaf0fbce
parent 669023 2cd3752963fc8f24f7c202687eab55e83222f608
child 732860 67355bba11cdeb10ac8dd02d9a8b4ad4c3dea79e
push id81218
push userbmo:dothayer@mozilla.com
push dateFri, 22 Sep 2017 14:35:42 +0000
reviewersdao
bugs1401497
milestone58.0a1
Bug 1401497 - Give menu-badged.svg context-fill-opacity r?dao This was missing from copy of menu.svg. MozReview-Commit-ID: Ceg6SJOXBll
browser/themes/shared/icons/menu-badged.svg
--- a/browser/themes/shared/icons/menu-badged.svg
+++ b/browser/themes/shared/icons/menu-badged.svg
@@ -1,6 +1,6 @@
 <!-- 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="M3,4H7.755A8,8,0,0,1,6.584,2H3A1,1,0,0,0,3,4ZM13,7H3A1,1,0,0,0,3,9H13a1,1,0,0,0,0-2Zm0,5H3a1,1,0,0,0,0,2H13a1,1,0,0,0,0-2Z"/>
+  <path fill="context-fill" fill-opacity="context-fill-opacity" d="M3,4H7.755A8,8,0,0,1,6.584,2H3A1,1,0,0,0,3,4ZM13,7H3A1,1,0,0,0,3,9H13a1,1,0,0,0,0-2Zm0,5H3a1,1,0,0,0,0,2H13a1,1,0,0,0,0-2Z"/>
 </svg>