tor-browser

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

commit 8556530284f985f1be92b467c5be8eadb840d319
parent add6f3d272feffa145cb0d274825374009e195b7
Author: Cosmin Sabou <csabou@mozilla.com>
Date:   Thu,  6 Nov 2025 21:54:18 +0200

Revert "Bug 1998519 - Apply overflow-clip-margin of 4px to dragtarget tab only r=tabbrowser-reviewers,desktop-theme-reviewers,kcochrane" for failures on browser_tab_tooltips.

This reverts commit 3f319cf461373c683900b3de99a91edda8bc33a3.

Diffstat:
Mbrowser/themes/shared/tabbrowser/tabs.css | 4+---
1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/browser/themes/shared/tabbrowser/tabs.css b/browser/themes/shared/tabbrowser/tabs.css @@ -30,7 +30,7 @@ --tab-pinned-min-width-expanded: calc(var(--tab-pinned-expanded-background-width) + 2 * var(--tab-pinned-margin-inline-expanded)); --tab-pinned-container-margin-inline-expanded: var(--space-small); --tab-border-radius: var(--toolbarbutton-border-radius); - --tab-overflow-clip-margin: 2px; + --tab-overflow-clip-margin: 4px; --tab-close-button-padding: 6px; --tab-block-margin: 4px; --tab-icon-end-margin: 5.5px; @@ -216,8 +216,6 @@ } &[dragtarget] { - /* Margin needs to be at least 4px to not clip multiselect stacking effect */ - overflow-clip-margin: 4px; z-index: 3 !important; position: absolute !important; pointer-events: none; /* avoid blocking dragover events on scroll buttons */