Open
Bug 1861984
Opened 2 years ago
Updated 2 years ago
adapt `browser.display.background_color.dark` to mozilla.org default
Categories
(Core :: Layout, enhancement)
Tracking
()
NEW
120 Branch
People
(Reporter: git, Unassigned)
Details
User Agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:120.0) Gecko/20100101 Firefox/120.0
Steps to reproduce:
@ about:blank ; browser.display.background_color.dark = rgb(28,27,34)
@ https://developer.mozilla.org ; background-color = rgb(27,27,27)
Actual results:
browser.display.background_color.dark = #1c1b22
CHROME:rgb(18,18,18)
SAFARI:rgb(30,30,30)
Expected results:
browser.display.background_color.dark = rgb(27,27,27) | #1b1b1b
Comment 1•2 years ago
•
|
||
I confirm this enhancement on my machine using Fx 119.0 , Fx 120.0b4 and Nightly 121.0a1. I will set the Core Layout component, please feel free to change it if it's not the right one.
Severity: -- → S4
Status: UNCONFIRMED → NEW
Has STR: --- → yes
status-firefox119:
--- → affected
status-firefox120:
--- → affected
status-firefox121:
--- → affected
Component: Untriaged → Layout
Ever confirmed: true
Product: Firefox → Core
Target Milestone: --- → 120 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•