Open
Bug 1831299
Opened 2 years ago
Updated 1 year ago
New tab and tabbrowser and in-content/common-shared.css disagree about in-content-page-background
Categories
(Firefox :: New Tab Page, defect, P3)
Tracking
()
NEW
People
(Reporter: Gijs, Unassigned)
References
(Depends on 1 open bug, Regression)
Details
(Keywords: regression)
tabpanel-background-color is defined twice in tabs.css . Bug 1706360 added a second definition for some reason. They are almost but not quite identical. The former is #f9f9fa
, the latter #f9f9fb
. The former is supposed to be the same as the one in common-shared, but that is now #fff
(since bug 1693276). The latter is supposed to match the new tab page, which it looks like it still does.
The obvious next step is to remove the initial definition which is overridden anyway. The other question is whether the in-content default background and the one for the new tab page should agree. I don't know who makes that decision.
Reporter | ||
Updated•2 years ago
|
OS: Unspecified → All
Hardware: Unspecified → Desktop
Summary: New tab and tabbrowser and in-content/common.css disagree about in-content-page-background → New tab and tabbrowser and in-content/common-shared.css disagree about in-content-page-background
Updated•1 years ago
|
Updated•1 years ago
|
Updated•1 year ago
|
Updated•1 year ago
|
Severity: -- → S4
Priority: -- → P3
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•