tor-browser

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

commit 423276777018fb593f0dec5be6243379815f2d0f
parent f842d874cc7389aa8d0f08297ef3a47135537052
Author: Kelly Cochrane <kcochrane@mozilla.com>
Date:   Thu,  8 Jan 2026 20:51:33 +0000

Bug 1997108 - Ensure inactive split view tab labels are visible in HCM r=tabbrowser-reviewers,ayeddi,accessibility-frontend-reviewers,sthompson

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

Diffstat:
Mbrowser/themes/shared/tabbrowser/tabs.css | 8+++++++-
1 file changed, 7 insertions(+), 1 deletion(-)

diff --git a/browser/themes/shared/tabbrowser/tabs.css b/browser/themes/shared/tabbrowser/tabs.css @@ -1331,7 +1331,7 @@ tab-group > tab-split-view-wrapper { @media (forced-colors) { border: 1px solid SelectedItem; - background: ButtonFace; + background: SelectedItemText; } } @@ -1345,6 +1345,12 @@ tab-group > tab-split-view-wrapper { .tab-content { padding-inline: var(--space-medium); + + @media (forced-colors) { + #tabbrowser-tabs tab-split-view-wrapper[hasactivetab] .tabbrowser-tab:not([selected]) & { + color: SelectedItem; + } + } } &:first-child {