Closed
Bug 1477350
Opened 6 years ago
Closed 6 years ago
Blocked autoplay icon does not use light colors in dark themes
Categories
(Firefox :: Site Identity, defect, P2)
Firefox
Site Identity
Tracking
()
RESOLVED
FIXED
Firefox 63
People
(Reporter: jaws, Assigned: daleharvey)
References
Details
Attachments
(3 files)
See attached screenshot. The icon should be using the white/light-gray color that the other identity icons are using.
Reporter | ||
Comment 1•6 years ago
|
||
Also in the popup.
Comment 2•6 years ago
|
||
Huh, I thought I had checked this stuff in my review, must have missed that one.
In any case, Dale, would you like to take this?
Assignee | ||
Comment 3•6 years ago
|
||
Yuo also thought I had checked context-fill values, will take
Assignee: nobody → dharvey
Flags: needinfo?(dharvey)
Assignee | ||
Comment 4•6 years ago
|
||
Bryant, if I take out the fill= and stroke= from https://dxr.mozilla.org/mozilla-central/source/browser/themes/shared/notification-icons/autoplay-media-blocked.svg and give it context-stroke= it still ends up looking wrong this is the only icon using stroke in the url bar so I think it should probably be reworked to use fill only
https://i.imgur.com/QM3jE7D.png
Flags: needinfo?(bmao)
Comment 5•6 years ago
|
||
Hi Dale, can you try if this one works? -> https://send.firefox.com/download/d38e95539a/#EBhzpH3RR1WHgirbUf1y1A
Thanks!
Flags: needinfo?(bmao) → needinfo?(dharvey)
Assignee | ||
Comment 6•6 years ago
|
||
Yup thats great, now I can see that the original was also broken on the default theme as well, will fix, cheers
Flags: needinfo?(dharvey)
Comment hidden (mozreview-request) |
Comment 8•6 years ago
|
||
mozreview-review |
Comment on attachment 8994434 [details]
Bug 1477350 - Fix autoplay blocked icon to use context-fill correctly.
https://reviewboard.mozilla.org/r/258988/#review265990
::: browser/themes/shared/notification-icons/autoplay-media-blocked.svg:4
(Diff revision 1)
> <!-- This Source Code Form is subject to the terms of the Mozilla Public
> - License, v. 2.0. If a copy of the MPL was not distributed with this
> - file, You can obtain one at http://mozilla.org/MPL/2.0/. -->
> <svg xmlns="http://www.w3.org/2000/svg" width="16" height="16" viewBox="0 0 16 16" fill="context-fill" fill-opacity="context-fill-opacity">
I've optimized it further: https://gist.github.com/nt1m/29f0e5b592db114a6fd4f394910d6015
Comment hidden (mozreview-request) |
Assignee | ||
Comment 10•6 years ago
|
||
Nice thanks, updated the PR with yours
Comment 11•6 years ago
|
||
mozreview-review |
Comment on attachment 8994434 [details]
Bug 1477350 - Fix autoplay blocked icon to use context-fill correctly.
https://reviewboard.mozilla.org/r/258988/#review266134
Attachment #8994434 -
Flags: review?(florian) → review+
Comment 12•6 years ago
|
||
Pushed by ntim.bugs@gmail.com:
https://hg.mozilla.org/integration/autoland/rev/caf5ba52d57e
Fix autoplay blocked icon to use context-fill correctly. r=florian
Comment 13•6 years ago
|
||
bugherder |
Status: NEW → RESOLVED
Closed: 6 years ago
Resolution: --- → FIXED
Target Milestone: --- → Firefox 63
Comment 14•6 years ago
|
||
I have reproduced this bug with Nightly 63.0a1 (2018-07-20) on Windows 10, 64 Bit!
This bug's fix is verified with latest Nightly!
Build ID 20180825100331
User Agent Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:63.0) Gecko/20100101 Firefox/63.0
QA Whiteboard: [bugday-20180822]
Updated•6 years ago
|
QA Whiteboard: [bugday-20180822] → [bugday-20180822] [good first verify]
You need to log in
before you can comment on or make changes to this bug.
Description
•