[Protections Panel] Info button styling is broken on Windows
Categories
(Firefox :: Site Identity, defect, P1)
Tracking
()
People
(Reporter: nhnt11, Assigned: timhuang)
References
Details
(Whiteboard: [privacy-panel][skyline])
Attachments
(2 files)
47 bytes,
text/x-phabricator-request
|
lizzard
:
approval-mozilla-beta+
|
Details | Review |
128.22 KB,
image/png
|
Details |
Seems like the outline gets set but the background color doesn't. Looks pretty bad.
Reporter | ||
Updated•5 years ago
|
Assignee | ||
Updated•5 years ago
|
Assignee | ||
Comment 1•5 years ago
|
||
The into button lacks the '-moz-appearance: none;' rule to disable the
system styling. Fix this by adding this.
\
Comment 3•5 years ago
|
||
bugherder |
Assignee | ||
Comment 4•5 years ago
|
||
Comment on attachment 9090345 [details]
Bug 1578105 - Fix the styling issue of the info button on Windows. r?nhnt11!
Beta/Release Uplift Approval Request
- User impact if declined: The info button of the protection panel on Windows will be broken.
- Is this code covered by automated tests?: No
- Has the fix been verified in Nightly?: Yes
- Needs manual test from QE?: Yes
- If yes, steps to reproduce: 1. Open the protection panel by clicking the shield icon in any webpages
- Hover on the info button on the header of the protection.
- Check whether the into button has a correct grey-ish background.
- List of other uplifts needed: None
- Risk to taking this patch: Low
- Why is the change risky/not risky? (and alternatives if risky): This is a one-line change and only for UI display. It doesn't change any functionality.
- String changes made/needed: None
Assignee | ||
Updated•5 years ago
|
Comment 5•5 years ago
|
||
Comment on attachment 9090345 [details]
Bug 1578105 - Fix the styling issue of the info button on Windows. r?nhnt11!
CSS only fix for newly shipping feature; let's get it into beta 5.
Comment 6•5 years ago
|
||
bugherder uplift |
Updated•5 years ago
|
Comment 7•5 years ago
|
||
Verified as fixed on Firefox Nightly 71.0a1 (2019-09-08) on Windows 10 x64 and on Windows 7 x32.
I Noticed that on Ubuntu 18.04 x64 the info button looks a bit different when hovering on it and it changes it color from white to dark grey. (See screenshot attached)
Is this behavior intended or there is already a bug logged for it?
Updated•5 years ago
|
Updated•5 years ago
|
Assignee | ||
Comment 8•5 years ago
|
||
Thanks Hani,
No, this is not intended behavior. The color should stay the same after hovering on it. I filed Bug 1580106 for this.
Comment 9•5 years ago
|
||
Verified as fixed on Firefox 70.0b5 on Windows 10 x64 and on Windows 7 x32.
Updated•5 years ago
|
Description
•