tor-browser

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

commit 6f3037f71baa242161ed343cdccb12c1b8e50227
parent bf3d5f93a3af756f9c91b053ad1492affcec7b64
Author: Dão Gottwald <dao@mozilla.com>
Date:   Wed,  1 Oct 2025 15:38:43 +0000

Bug 1991936 - Move the address bar's focus ring more outside so that it doesn't touch the unified search button. r=desktop-theme-reviewers,emilio

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

Diffstat:
Mbrowser/themes/shared/urlbar-searchbar.css | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/browser/themes/shared/urlbar-searchbar.css b/browser/themes/shared/urlbar-searchbar.css @@ -205,7 +205,6 @@ [focused]:not([suppress-focus-border]) > .urlbar-background, #searchbar:focus-within { outline: var(--focus-outline); - outline-offset: var(--focus-outline-inset); /* We used --focus-outline above to inherit its width and style properties, but we still want to use the theme's border-color.