tor-browser

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

commit b1de292b12f40009febf2cb7bdd02c9f47e1828f
parent 0ccd53f89db7ae92e3b5e5e6174679d725f14757
Author: mailelucks <maile.lucks@gmail.com>
Date:   Fri,  2 Jan 2026 16:25:20 +0000

Bug 2007795 - Support gradients in tab preview - r=dwalker,tabbrowser-reviewers,ai-frontend-reviewers,desktop-theme-reviewers,czhou,emilio DONTBUILD

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

Diffstat:
Mbrowser/themes/addons/aiwindow/aiwindow-theme.css | 4++++
1 file changed, 4 insertions(+), 0 deletions(-)

diff --git a/browser/themes/addons/aiwindow/aiwindow-theme.css b/browser/themes/addons/aiwindow/aiwindow-theme.css @@ -29,3 +29,7 @@ body { #urlbar:not([open]) > .urlbar-background { border-radius: var(--border-radius-circle); } + +.tab-preview-thumbnail-container > canvas { + background-image: var(--ai-gradient); +}