Closed Bug 1779328 Opened 2 years ago Closed 2 years ago

Default favicons in Firefox View lists should use currentColor

Categories

(Firefox :: Firefox View, defect, P3)

defect
Points:
1

Tracking

()

RESOLVED FIXED
105 Branch
Tracking Status
firefox105 --- fixed

People

(Reporter: sfoster, Assigned: sfoster)

References

(Blocks 1 open bug)

Details

(Whiteboard: [fidefe-2022-mr1-myfirefox] )

Attachments

(1 file)

The fill color of the default favicon is black, so they are hard to see in a dark theme, we get a black image on a dark background.

defaultFavicon.svg has fill="context-fill", so we should be able to color it easily by adding this to the appropriate rule:

  -moz-context-properties: fill;
  fill: currentColor;

The Bugbug bot thinks this bug should belong to the 'Firefox::Theme' component, and is moving the bug to that component. Please correct in case you think the bot is wrong.

Component: General → Theme
Component: Theme → Firefox View
Assignee: nobody → sfoster
Status: NEW → ASSIGNED
Pushed by sfoster@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/2eb5989a2285
Use currentColor for favicons which support context-fill. r=sclements
Status: ASSIGNED → RESOLVED
Closed: 2 years ago
Resolution: --- → FIXED
Target Milestone: --- → 105 Branch
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: