tor-browser

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

commit b2bd21bacb368aa1c2b776dac08b3979486e1f17
parent 55e2879ae90fbab6aab73e5b0884109f650c87e2
Author: Jeremy Swinarton <jswinarton@mozilla.com>
Date:   Wed,  7 Jan 2026 13:41:16 +0000

Bug 2007198: Fix flashing border around screenshot in tab hover preview r=sthompson,desktop-theme-reviewers,tabbrowser-reviewers,dao

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

Diffstat:
Mbrowser/themes/shared/tabbrowser/tab-hover-preview.css | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/browser/themes/shared/tabbrowser/tab-hover-preview.css b/browser/themes/shared/tabbrowser/tab-hover-preview.css @@ -38,8 +38,6 @@ .tab-preview-thumbnail-container { width: 264px; - border: 1px solid var(--border-color-deemphasized); - border-radius: var(--border-radius-medium); margin: 0 auto var(--space-small); overflow: hidden; @@ -53,6 +51,9 @@ display: block; width: 100%; animation: tab-hover-preview-fadein 0.2s ease; + border: 1px solid var(--border-color-deemphasized); + border-radius: var(--border-radius-medium); + box-sizing: border-box; } }