commit 50e377eea9254676916a682438187fe1a7f20ae2
parent 09a6202c4a5c496ef6112aedaf40b2084756ce82
Author: Dale Harvey <dale@arandomurl.com>
Date: Fri, 9 Jan 2026 11:56:50 +0000
Bug 2008327 - Ensure trustpanel padlock icon uses theme color. r=desktop-theme-reviewers,jules
Differential Revision: https://phabricator.services.mozilla.com/D277808
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/browser/themes/shared/controlcenter/panel.css b/browser/themes/shared/controlcenter/panel.css
@@ -960,6 +960,7 @@
background-repeat: no-repeat;
background-size: var(--icon-size);
padding-inline-start: calc(var(--icon-size) + var(--space-small));
+ -moz-context-properties: fill;
&:-moz-locale-dir(rtl) {
background-position-x: right;