Restyle audit progress bar screen for Dark Devtools theme
Categories
(DevTools :: Accessibility Tools, enhancement)
Tracking
(firefox67 disabled, firefox68 verified, firefox69 verified)
People
(Reporter: tbabos, Assigned: yzen)
References
Details
Attachments
(2 files)
|
1.22 MB,
video/mp4
|
Details | |
|
47 bytes,
text/x-phabricator-request
|
jcristau
:
approval-mozilla-beta+
|
Details | Review |
Affected versions
Nightly 69.0a1 (2019-06-09)
Beta 68.0b8 (64-bit)
Affected platforms
Windows 10 x64
Mac OS 10.13
Ubuntu 18.04
Steps to reproduce
- Go to twitter.com (or any other page)
- Enable a11y
- Set Devtools Dark theme
- Perform a full page contrast audit
Expected result
The audit progress bar screen should be of a dark color that would match the Dark theme
Actual Result
The default (white) progress bar is displayed. This is slightly disturbing for those who prefer and already set up the Dark devtools theme.
| Assignee | ||
Updated•7 years ago
|
| Assignee | ||
Comment 1•7 years ago
|
||
Comment 3•7 years ago
|
||
| bugherder | ||
| Assignee | ||
Comment 4•7 years ago
|
||
Comment on attachment 9070966 [details]
Bug 1558194 - fix background styling for audit overlay in dark mode. r=mtigley
Beta/Release Uplift Approval Request
- User impact if declined: Progress bar in the dark scheme will look very bright as if for a light scheme.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: No
- If yes, steps to reproduce:
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): Just changed a background colour to match the dark scheme. 1 line in CSS
- String changes made/needed: No
| Reporter | ||
Comment 5•7 years ago
|
||
Verified - Fixed on latest Nightly 69.0a1 (2019-06-11) (64-bit) on Windows 10 x64, Ubuntu 18.04 and MacOS 10.13.
The background color of the progress bar will match the devtools dark theme.
Thanks for the fix!
Waiting for uplift to beta before closing the bug.
Comment 6•7 years ago
|
||
Comment on attachment 9070966 [details]
Bug 1558194 - fix background styling for audit overlay in dark mode. r=mtigley
devtools style fix, approved for 68.0b10
Comment 7•7 years ago
|
||
| bugherder uplift | ||
| Reporter | ||
Comment 8•7 years ago
|
||
Verified - Fixed on latest Beta 68.0b10 on Windows 10 x64, Ubuntu 18.04 and MacOS 10.14.
Description
•