Closed
Bug 1808546
Opened 3 years ago
Closed 3 years ago
Update icon has a black border
Categories
(Firefox :: Theme, defect)
Firefox
Theme
Tracking
()
RESOLVED
DUPLICATE
of bug 1807984
| Tracking | Status | |
|---|---|---|
| firefox-esr102 | --- | unaffected |
| firefox108 | --- | unaffected |
| firefox109 | --- | unaffected |
| firefox110 | --- | affected |
People
(Reporter: nchevobbe, Unassigned)
References
(Regression)
Details
(Keywords: regression)
Attachments
(1 file)
|
5.20 KB,
image/png
|
Details |
See the attached screenshot
The icon uses 2 circle https://searchfox.org/mozilla-central/rev/8a4f55bc09ffc5c25dcb4586c51ae4a9fee77b4c/browser/themes/shared/icons/notification-fill-12.svg#4-7
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 12" width="12" height="12" fill-opacity="context-fill-opacity">
<circle fill="context-stroke" cx="6" cy="6" r="4"/>
<circle fill="context-fill" cx="6" cy="6" r="3"/>
</svg>
As there is no stroke attribute set in CSS for the first circle, and given the change from Bug 1807479, the fill color defaults to black, hence the unwanted "border".
Updated•3 years ago
|
Keywords: regression
Updated•3 years ago
|
Comment 2•3 years ago
|
||
Set release status flags based on info from the regressing bug 1807479
status-firefox108:
--- → unaffected
status-firefox109:
--- → unaffected
status-firefox110:
--- → affected
status-firefox-esr102:
--- → unaffected
You need to log in
before you can comment on or make changes to this bug.
Description
•