Bug 1570925 - Use context-fill for footer icons in the protections panel.r=nhnt11,timhuang

Depends on D40398

Differential Revision: https://phabricator.services.mozilla.com/D40399

--HG--
extra : moz-landing-system : lando
This commit is contained in:
Johann Hofmann 2019-08-02 11:57:43 +00:00
parent 9bb56b548b
commit 8ebffedc59
2 changed files with 4 additions and 3 deletions

View File

@ -96,14 +96,14 @@
<toolbarbutton id="protections-popup-settings-button"
class="protections-popup-footer-button"
oncommand="gProtectionsHandler.openPreferences();">
<image class="protection-popup-footer-icon protections-popup-settings-icon"/>
<image class="protections-popup-footer-icon protections-popup-settings-icon"/>
<label class="protections-popup-footer-button-label" flex="1">&protections.settings.label;</label>
</toolbarbutton>
<stack id="protections-popup-show-report-stack">
<toolbarbutton id="protections-popup-show-report-button"
class="protections-popup-footer-button"
oncommand="gProtectionsHandler.openProtections(true);">
<image class="protection-popup-footer-icon protections-popup-show-report-icon"/>
<image class="protections-popup-footer-icon protections-popup-show-report-icon"/>
<label class="protections-popup-footer-button-label" flex="1">&protections.report.label;</label>
</toolbarbutton>
<hbox id="protections-popup-trackers-blocked-counter-box"

View File

@ -898,7 +898,8 @@ description#identity-popup-content-verifier,
margin: 0;
}
.protection-popup-footer-icon {
.protections-popup-footer-icon {
-moz-context-properties: fill;
width: 16px;
height: 16px;
}