commit 9be37de37d2441966d9b3e3d7ce7e5f636398ec6 parent 85619db9348b67b7a867c8e411257af27659b5e6 Author: Henry Wilkes <henry@torproject.org> Date: Thu, 22 Jan 2026 19:20:54 +0000 fixup! BB 32308: Use direct browser sizing for letterboxing. TB 44535: Make --tabpanel-background-color transparent when letterboxing is enabled. Diffstat:
| M | toolkit/components/resistfingerprinting/content/letterboxing.css | | | 10 | +++------- |
1 file changed, 3 insertions(+), 7 deletions(-)
diff --git a/toolkit/components/resistfingerprinting/content/letterboxing.css b/toolkit/components/resistfingerprinting/content/letterboxing.css @@ -80,13 +80,9 @@ outline-width: var(--letterboxing-outline-width); } - #tabbrowser-tabpanels { - /* Override the --tabpanel-background-color. - * Also, make sure this remains transparent, otherwise it will overlap the - * parent's corner's border-radius due to it's "position: relative" rule. */ - /* TODO: FIX this for newtab pages. tor-browser#44085 */ - background: transparent; - } + /* Override the --tabpanel-background-color. */ + /* TODO: FIX this for newtab pages. tor-browser#44085 */ + --tabpanel-background-color: transparent; /* stylelint-disable-next-line media-query-no-invalid */ @media -moz-pref("sidebar.revamp") {