Closed
Bug 1958487
Opened 17 days ago
Closed 10 days ago
Tab group lines can be hard to see for themes that use contrasting colors in toolbar due to lack of margin
Categories
(Firefox :: Tabbed Browser, defect, P2)
Tracking
()
RESOLVED
FIXED
139 Branch
People
(Reporter: ke5trel, Assigned: dao)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [fidefe-tabgrps-tabbrowser])
Attachments
(2 files)
STR:
- Enable horizontal tabs.
- Install a theme with a dark tabbar/titlebar and light toolbar (eg Arc Darker Theme (3,000 users), Photon Colors (2,551 users), Classic System Theme (710 users), Black and White (352 users)).
- Create multiple tab groups with different colors.
Expected:
Tab group lines are separated from toolbar edge, making them more defined regardless of theme colors.
Actual:
Tab group lines have no margin or padding from the toolbar edge, making them hard to see with contrasting theme colors. The brightness of the toolbar bleeds over and makes the group lines less distinct, especially with mild vision impairment which can be simulated by squinting/unfocusing eyes.
Container lines are unaffected as they have padding/margins from both the tab and the window edge.
userChrome.css workaround:
.tab-group-line {
margin-bottom: -3px !important;
}
.tab-group-label-container {
margin-bottom: 1px !important;
}
Assignee | ||
Updated•14 days ago
|
Blocks: 1907099
Severity: -- → S4
Points: --- → 1
Priority: -- → P3
Whiteboard: [fidefe-tabgrps-tabbrowser]
Updated•14 days ago
|
Assignee | ||
Updated•10 days ago
|
Assignee: nobody → dao+bmo
Priority: P3 → P2
Assignee | ||
Comment 1•10 days ago
|
||
Pushed by dgottwald@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/7e69d9a7e6f7
Move tab group line away from the toolbar border. r=dwalker,tabbrowser-reviewers
Comment 3•10 days ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 10 days ago
Resolution: --- → FIXED
Target Milestone: --- → 139 Branch
Comment 4•10 days ago
|
||
The patch landed in nightly and beta is affected.
:dao, is this bug important enough to require an uplift?
- If yes, please nominate the patch for beta approval.
- If no, please set
status-firefox138
towontfix
.
For more information, please visit BugBot documentation.
Flags: needinfo?(dao+bmo)
Assignee | ||
Updated•9 days ago
|
Flags: needinfo?(dao+bmo)
You need to log in
before you can comment on or make changes to this bug.
Description
•