diff --git a/browser/components/protections/content/protections.html b/browser/components/protections/content/protections.html index e7689b935bc5..712f56513d23 100644 --- a/browser/components/protections/content/protections.html +++ b/browser/components/protections/content/protections.html @@ -67,7 +67,7 @@ diff --git a/browser/themes/shared/controlcenter/panel.css b/browser/themes/shared/controlcenter/panel.css index cb1ac89e46a2..803d3a5ffe68 100644 --- a/browser/themes/shared/controlcenter/panel.css +++ b/browser/themes/shared/controlcenter/panel.css @@ -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 { diff --git a/browser/themes/shared/controlcenter/socialblock.svg b/browser/themes/shared/icons/thumb-down.svg similarity index 100% rename from browser/themes/shared/controlcenter/socialblock.svg rename to browser/themes/shared/icons/thumb-down.svg diff --git a/browser/themes/shared/jar.inc.mn b/browser/themes/shared/jar.inc.mn index bd5da69d831e..d031d6d1eb6d 100644 --- a/browser/themes/shared/jar.inc.mn +++ b/browser/themes/shared/jar.inc.mn @@ -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) diff --git a/browser/themes/shared/urlbarView.inc.css b/browser/themes/shared/urlbarView.inc.css index 2d611c5f402f..1607813df447 100644 --- a/browser/themes/shared/urlbarView.inc.css +++ b/browser/themes/shared/urlbarView.inc.css @@ -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 {