tor-browser

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

commit 3b35e32f54973d266d2c1c42ea160e61eecb8876
parent 645c253027539d2d06c48efc23b889da047f590d
Author: Rocco Jiang <10642716+roccojiang@users.noreply.github.com>
Date:   Wed,  7 Jan 2026 16:36:33 +0000

Bug 2008967 - Use consistent border radius for searchmode-switcher-chicklet end corners. r=urlbar-reviewers,desktop-theme-reviewers,dao

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

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

diff --git a/browser/themes/shared/urlbar-searchbar.css b/browser/themes/shared/urlbar-searchbar.css @@ -1189,7 +1189,7 @@ toolbar[inactive="true"] .urlbar, .searchmode-switcher-chicklet { background-color: var(--urlbar-box-bgcolor); - border-start-end-radius: var(--toolbarbutton-border-radius); + border-start-end-radius: var(--urlbar-inner-border-radius); border-end-end-radius: var(--urlbar-inner-border-radius); align-items: center; height: 100%;