Closed Bug 1808546 Opened 3 years ago Closed 3 years ago

Update icon has a black border

Categories

(Firefox :: Theme, defect)

defect

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)

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".

Status: NEW → RESOLVED
Closed: 3 years ago
Duplicate of bug: 1807984
Resolution: --- → DUPLICATE

Set release status flags based on info from the regressing bug 1807479

You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: