tor-browser

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

commit c4856b04fbfae7b54de746adf61629cb6f7f1564
parent ddc5c1148992d6eb2f812b732fd89bfdfd388fb3
Author: Dão Gottwald <dao@mozilla.com>
Date:   Thu,  2 Oct 2025 12:56:28 +0000

Bug 1992090 - Remove the address bar's focused state box-shadow. r=desktop-theme-reviewers,emilio

This box-shadow became less visible with bug 1991936. Increasing the spread radius would make it more visible again but also put it behind the focus outline which is 50% transparent by default. At this point it seems cleaner and more consistent to not have the box-shadow.

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

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

diff --git a/browser/themes/shared/urlbar-searchbar.css b/browser/themes/shared/urlbar-searchbar.css @@ -214,11 +214,6 @@ border-color: transparent; } -[focused] > .urlbar-background, -#searchbar:focus-within { - box-shadow: 0 1px 3px rgba(0, 0, 0, 0.23); -} - [open] > .urlbar-background { border-color: var(--arrowpanel-border-color); box-shadow: 0 2px 14px rgba(0, 0, 0, 0.13);