Closed
Bug 1712215
Opened 2 years ago
Closed 2 years ago
Update drop shadows on all card elements
Categories
(Firefox :: New Tab Page, enhancement, P1)
Firefox
New Tab Page
Tracking
()
VERIFIED
FIXED
91 Branch
Tracking | Status | |
---|---|---|
firefox91 | --- | verified |
People
(Reporter: amy, Assigned: amy)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
For both dark and light themes we should update the drop shadow values for cards.
Dark theme:
box-shadow: 0px 2px 6px rgba(28, 27, 34, 0.5);
Light theme:
box-shadow: 0px 2px 6px rgba(58, 57, 68, 0.2);
Assignee | ||
Updated•2 years ago
|
Assignee: nobody → achurchwell
Assignee | ||
Comment 1•2 years ago
|
||
Updated•2 years ago
|
Attachment #9223662 -
Attachment description: Bug 1712215, 1712221 - Update drop shadows. r?dao → Bug 1712215, 1712221 - Update drop shadows. r?dao, thecount
Updated•2 years ago
|
Attachment #9223662 -
Attachment description: Bug 1712215, 1712221 - Update drop shadows. r?dao, thecount → Bug 1712215, 1712221 - Update drop shadows. r?dao
Updated•2 years ago
|
Attachment #9223662 -
Attachment description: Bug 1712215, 1712221 - Update drop shadows. r?dao → Bug 1712215, 1712221 - Update drop shadows. r?thecount
Pushed by achurchwell@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/f7a108e738ee 1712221 - Update drop shadows. r=thecount
Comment 3•2 years ago
|
||
Backed out for failures on browser_parsable_css.js
backout: https://hg.mozilla.org/integration/autoland/rev/ce417ca70192e63966217101a454604ecb53f269
failure log: https://treeherder.mozilla.org/logviewer?job_id=342301361&repo=autoland&lineNumber=1937
[task 2021-06-09T20:09:05.066Z] 20:09:05 INFO - Console message: [JavaScript Warning: "Expected media feature name but found -moz-windows-default-theme." {file: "jar:file:///Z:/task_1623268367/build/application/firefox/browser/features/formautofill@mozilla.org.xpi!/chrome/content/skin/autocomplete-item.css?always-parse-css-0.9184688623843175" line: 12}]
[task 2021-06-09T20:09:05.067Z] 20:09:05 INFO - Console message: [JavaScript Warning: "Unknown property -moz-context-properties. Declaration dropped." {file: "jar:file:///Z:/task_1623268367/build/application/firefox/browser/features/formautofill@mozilla.org.xpi!/chrome/content/manageDialog.css?always-parse-css-0.9184688623843175" line: 73}]
[task 2021-06-09T20:09:05.068Z] 20:09:05 INFO - Console message: [JavaScript Warning: "Unknown property -moz-context-properties. Declaration dropped." {file: "jar:file:///Z:/task_1623268367/build/application/firefox/browser/features/formautofill@mozilla.org.xpi!/chrome/content/formautofill.css?always-parse-css-0.9184688623843175" line: 43}]
[task 2021-06-09T20:09:05.068Z] 20:09:05 INFO - Buffered messages finished
[task 2021-06-09T20:09:05.069Z] 20:09:05 INFO - TEST-UNEXPECTED-FAIL | browser/base/content/test/static/browser_parsable_css.js | custom property `--newtab-inner-box-shadow-color-nte` is not referenced -
[task 2021-06-09T20:09:05.069Z] 20:09:05 INFO - Stack trace:
[task 2021-06-09T20:09:05.069Z] 20:09:05 INFO - chrome://mochikit/content/browser-test.js:test_ok:1334
[task 2021-06-09T20:09:05.069Z] 20:09:05 INFO - chrome://mochitests/content/browser/browser/base/content/test/static/browser_parsable_css.js:checkAllTheCSS:460
[task 2021-06-09T20:09:05.069Z] 20:09:05 INFO - Not taking screenshot here: see the one that was previously logged
[task 2021-06-09T20:09:05.070Z] 20:09:05 INFO - TEST-UNEXPECTED-FAIL | browser/base/content/test/static/browser_parsable_css.js | custom property `--newtab-tile-shadow-secondary` is not referenced -
[task 2021-06-09T20:09:05.070Z] 20:09:05 INFO - Stack trace:
[task 2021-06-09T20:09:05.070Z] 20:09:05 INFO - chrome://mochikit/content/browser-test.js:test_ok:1334
[task 2021-06-09T20:09:05.070Z] 20:09:05 INFO - chrome://mochitests/content/browser/browser/base/content/test/static/browser_parsable_css.js:checkAllTheCSS:460
[task 2021-06-09T20:09:05.070Z] 20:09:05 INFO - Not taking screenshot here: see the one that was previously logged
Flags: needinfo?(achurchwell)
Pushed by achurchwell@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/cd611a00944c 1712221 - Update drop shadows. r=thecount
Comment 5•2 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 2 years ago
status-firefox91:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 91 Branch
Assignee | ||
Updated•2 years ago
|
Flags: needinfo?(achurchwell)
Comment 6•2 years ago
|
||
I have verified this issue using Firefox Nightly 91.0a1 (Build ID: 20210707215219) on Windows 10 x64, macOS 11.4, and Ubuntu Linux 20.04.
The observed values are as follows:
- For the "Recommended by Pocket" cards:
- For dark theme, the
box-shadow
value is0 2px 6px rgba(28, 27, 34, 0.5)
; - For light theme, the
box-shadow
value is0 2px 6px rgba(58, 57, 68, 0.2)
; - For Firefox Alpenglow dark variant, the
box-shadow
value is0 2px 6px rgba(28, 27, 34, 0.5)
; - For Firefox Alpenglow light variant, the
box-shadow
value is0 2px 6px rgba(58, 57, 68, 0.2)
;
- For dark theme, the
- For the "Recent activity" cards:
- For dark theme, the
box-shadow
value is0 2px 6px rgba(28, 27, 34, 0.5)
; - For light theme, the
box-shadow
value is0 2px 6px rgba(58, 57, 68, 0.2)
; - For Firefox Alpenglow dark variant, the
box-shadow
value is0 2px 6px rgba(28, 27, 34, 0.5)
; - For Firefox Alpenglow light variant, the
box-shadow
value is0 2px 6px rgba(58, 57, 68, 0.2)
;
- For dark theme, the
Status: RESOLVED → VERIFIED
You need to log in
before you can comment on or make changes to this bug.
Description
•