tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

commit 07cb846c4f7b5c342fb45318b958f4e441912a8d
parent b6d948b3ef18a270db36fc48ec48a2a9acaa1b98
Author: Jonathan Sudiaman <jsudiaman@mozilla.com>
Date:   Fri, 21 Nov 2025 14:16:32 +0000

Bug 1998407 - Fix coloring issues with not secure lock icon and more menu in the split view footer. r=tabbrowser-reviewers,desktop-theme-reviewers,dao

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

Diffstat:
Mbrowser/themes/shared/tabbrowser/content-area.css | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/browser/themes/shared/tabbrowser/content-area.css b/browser/themes/shared/tabbrowser/content-area.css @@ -228,6 +228,9 @@ split-view-footer { padding-block: var(--space-xxsmall); padding-inline: var(--space-small) var(--space-xsmall); + + -moz-context-properties: fill; + fill: var(--button-icon-fill); } .split-view-icon {