What's New panel: In light theme, the background should be white
Categories
(DevTools Graveyard :: What's New, defect, P3)
Tracking
(firefox70 wontfix, firefox71 wontfix, firefox72 wontfix, firefox73 wontfix, firefox74 wontfix, firefox75 verified)
People
(Reporter: victoria, Assigned: aarushivij)
References
Details
(Keywords: good-first-bug)
Attachments
(2 files)
Currently the hover color is a bit hard to see in light theme since it clashes with the light gray background. We should change the background to be white instead.
Comment 1•5 years ago
|
||
Thanks again Victoria!
Notes :
- "The highlight color is correct, but the light theme background color is not. It should be white rather than gray"
- attaching a screenshot with the current issue, contrast for light theme should be improved based on the above note;
- additional info on the issue can be found here;
Affected builds:
71.0, 71.0b12, 72.0a1 (2019-11-17);
Comment 2•5 years ago
|
||
Comment 3•5 years ago
|
||
The priority flag is not set for this bug.
:Harald, could you have a look please?
For more information, please visit auto_nag documentation.
Updated•5 years ago
|
Comment 4•5 years ago
|
||
Hi. I am interested in taking this bug. Can you tell me in which file(s) does the code resides pertaining to the problem?
Thanks :)
Updated•5 years ago
|
Comment 5•5 years ago
|
||
Sorry for the late reply, was out of office.
Harald should have the best context for this.
Comment 6•5 years ago
|
||
Thanks for offering to help, I assigned you the bug. Everything is in https://searchfox.org/mozilla-central/source/devtools/client/whats-new, src
holds the CSS.
Comment 7•5 years ago
|
||
Hi Harald, thanks for directing me to the existing code. I am unable to find attribute that will change the background color. I tried to change values to different background colors to white, but to no use. Can you help me?
Comment 8•5 years ago
|
||
It probably comes from li > a:hover
: https://searchfox.org/mozilla-central/source/devtools/client/whats-new/src/whats-new.css#163
You could experiment with other colors from https://searchfox.org/mozilla-central/source/devtools/client/themes/variables.css#133
Comment 9•5 years ago
|
||
li > a:hover changes the hover color and not the background color. Please clarify on this.
Assignee | ||
Comment 10•5 years ago
|
||
Hello
Can I work on this issue?
Thanks
Aarushi
Reporter | ||
Comment 11•5 years ago
|
||
Looks like this panel doesn't have an existing background color. Other panels like Accessibility and Performance set a .theme-body
class on the body tag which includes the right background color. That's probably what we should do here.
Divyansh, let me know if you're still interested in fixing this bug, or I can free it up for Aarushi.
Thanks!
Assignee | ||
Comment 12•5 years ago
|
||
@victoria
Can I work on this issue
Thanks :)
Aarushi
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Comment 13•5 years ago
|
||
Okay, I've reassigned this to Aarushi.
Divyansh, feel free to pick up a different bug if you're interested in contributing again.
Assignee | ||
Comment 14•5 years ago
|
||
Updated•5 years ago
|
Comment 15•5 years ago
|
||
Assignee | ||
Comment 16•5 years ago
|
||
Thanks @nchevobbe :)
Aarushi
Comment 17•5 years ago
|
||
bugherder |
Updated•5 years ago
|
Comment 18•5 years ago
|
||
Is this something we should consider for Beta uplift?
I think that's fine, even if the current color is not perfect, it's not terrible either.
Updated•5 years ago
|
Updated•5 years ago
|
Comment 20•5 years ago
|
||
Confirmed with Victoria as well, while not ideal there is an improvement from before.
Updated•4 years ago
|
Description
•