Bug 1754588 - Part 2: Use the thumb-down icon for the best-match block button. r=dao

Per Product, we need to use a thumb-down icon for the best-match block button
instead of the close `X`. We have a thumb-down icon already in
browser/themes/shared/controlcenter/socialblock.svg. I checked with Ryan and
that's the icon we should use here.

This does the following:

* Move the icon to browser/themes/shared/icons/thumb-down.svg
* Update the sites where that icon is currently used
* Use the icon for the best-match block button

Differential Revision: https://phabricator.services.mozilla.com/D138551
This commit is contained in:
Drew Willcoxon 2022-02-17 05:02:42 +00:00
parent a068bbb8f1
commit bbf13987e4
5 changed files with 4 additions and 4 deletions

View File

@ -67,7 +67,7 @@
<label id="graphLegendDescription" data-l10n-id="graph-legend-description"></label>
<input id="tab-social" data-type="social" type="radio" name="tabs" aria-labelledby="socialLabel socialTitle" aria-describedby="socialContent" checked>
<label id="socialLabel" for="tab-social" data-type="social">
<img class="icon-small" src="chrome://browser/skin/controlcenter/socialblock.svg" data-type="social"/>
<img class="icon-small" src="chrome://browser/skin/thumb-down.svg" data-type="social"/>
<span data-type="social"></span>
</label>

View File

@ -664,7 +664,7 @@ description#identity-popup-content-verifier,
}
.socialblock-icon {
list-style-image: url(chrome://browser/skin/controlcenter/socialblock.svg);
list-style-image: url(chrome://browser/skin/thumb-down.svg);
}
.thirdpartycookies-icon {

View File

Before

Width:  |  Height:  |  Size: 628 B

After

Width:  |  Height:  |  Size: 628 B

View File

@ -28,7 +28,6 @@
skin/classic/browser/controlcenter/mcb-disabled.svg (../shared/controlcenter/mcb-disabled.svg)
skin/classic/browser/controlcenter/etp-milestone.svg (../shared/controlcenter/etp-milestone.svg)
skin/classic/browser/controlcenter/panel.css (../shared/controlcenter/panel.css)
skin/classic/browser/controlcenter/socialblock.svg (../shared/controlcenter/socialblock.svg)
skin/classic/browser/controlcenter/tracking-protection.svg (../shared/controlcenter/tracking-protection.svg)
skin/classic/browser/controlcenter/hero-message-background.svg (../shared/controlcenter/hero-message-background.svg)
skin/classic/browser/customizableui/empty-overflow-panel.png (../shared/customizableui/empty-overflow-panel.png)
@ -179,6 +178,7 @@
skin/classic/browser/success-animation.svg (../shared/icons/success-animation.svg)
skin/classic/browser/sync.svg (../shared/icons/sync.svg)
skin/classic/browser/tab.svg (../shared/icons/tab.svg)
skin/classic/browser/thumb-down.svg (../shared/icons/thumb-down.svg)
skin/classic/browser/window.svg (../shared/icons/window.svg)
skin/classic/browser/zoom-out.svg (../shared/icons/zoom-out.svg)
skin/classic/browser/ion.svg (../shared/icons/ion.svg)

View File

@ -330,7 +330,7 @@
}
.urlbarView-button-block {
background-image: url("chrome://global/skin/icons/close.svg");
background-image: url("chrome://browser/skin/thumb-down.svg");
}
.urlbarView-button-help {