Closed
Bug 1618229
Opened 5 years ago
Closed 5 years ago
The “Dismiss” button’s icon does not respect the browser’s “Dark” theme colors scheme when hovered
Categories
(Firefox :: New Tab Page, defect, P1)
Tracking
()
Tracking | Status | |
---|---|---|
firefox73 | --- | unaffected |
firefox74 | --- | unaffected |
firefox75 | --- | verified |
People
(Reporter: romartin, Assigned: gsuntop)
References
Details
Attachments
(2 files)
[Affected versions]:
- Firefox Nightly 75.0a1 Build ID 20200226092757
[Affected Platforms]:
- Windows 10 x64
- macOS 10.15
- Arch Linux 5.3.6 x64
[Prerequisites]:
- Have the value of the pref
browser.newtabpage.activity-stream.discoverystream.endpoints
set tohttp,https
. - Have the value of the pref
browser.newtabpage.activity-stream.discoverystream.config
set to{"api_key_pref":"extensions.pocket.oAuthConsumerKey","collapsible":true,"enabled":true,"show_spocs":true,"hardcoded_layout":false,"personalized":true,"layout_endpoint":"https://e5e8374d-fffa-4a77-a604-31603852b6fd.mock.pstmn.io/1615081-layout"}
. - Have the value of the pref
browser.search.region
set toUS
. - The “Dark” theme is enabled in the “Themes” section located in “about:addons”.
[Steps to reproduce]:
- Open the browser with the profile from prerequisites.
- Open a new tab.
- Hover the “Dismiss” button.
- Observe the “Dismiss” button’s icon color.
[Expected result]:
- The “Dismiss” icon color respects the “Dark” theme colors. (#F9F9FA, Grey 10)
[Actual result]:
- The “Dismiss” icon color is #2A2A2E.
[Notes]:
- Attached a screen recording of the issue.
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → gsuntop
Assignee | ||
Updated•5 years ago
|
Iteration: --- → 75.2 - Feb 24 - Mar 8
Priority: -- → P1
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by gsuntop@getpocket.com:
https://hg.mozilla.org/integration/autoland/rev/d862601316f4
fixing dismiss icon color on hover for dark mode r=thecount
Comment 3•5 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 75
Comment 4•5 years ago
|
||
I have verified that this issue is no longer reproducible on Nightly 75.0a1 (Build ID: 20200303214128) on Windows 10 x64, Mac 10.15, Mint 19.2 Tina. The dark theme color scheme is now respected on hover.
An additional pref change besides the ones in the Prerequisites was necessary to trigger the Dismiss button: browser.newtabpage.activity-stream.discoverystream.isCollectionDismissible set to true.
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•