Closed Bug 1910715 Opened 2 months ago Closed 16 days ago

Sidebar search background sometimes indistinguishable on dark themes

Categories

(Firefox :: Sidebar, enhancement)

enhancement

Tracking

()

RESOLVED DUPLICATE of bug 1920902

People

(Reporter: nsharpley, Unassigned)

References

Details

(Whiteboard: [fidefe-sidebar])

Attachments

(1 file)

Styling covered in Bug 1886847 required the search input to have a --toolbar-field-background-color.

Previously, this was fixed by the below, but we could stand to find a better solution with more optimal variables.

  @media (prefers-color-scheme: dark) {
    &::part(input) {
      background-color: var(--toolbar-bgcolor);
      color: var(--toolbar-color);
    }
  }
Depends on: 1886847
Summary: Sidebar search background indistinguishable on dark themes. → Sidebar search background sometimes indistinguishable on dark themes.

The System theme (light) is also affected on Ubuntu 24.04. The sidebar search box only has contrast with Light theme or System theme (light) + private windows (dark).

Summary: Sidebar search background sometimes indistinguishable on dark themes. → Sidebar search background sometimes indistinguishable on dark themes and System theme.
See Also: → 1913300
See Also: → 1916762

The System theme (light/dark) is no longer affected on Ubuntu 24.04.

Fix window:
https://hg.mozilla.org/integration/autoland/pushloghtml?fromchange=a943bc4efb5cc72df1eb2777d71c69e79e258c1e&tochange=1e5c8cd5f3868570ac719e3c0edcd95b4ed368cd

Fixed by Bug 1916101.

The Dark theme is still affected.

Depends on: 1916101
Summary: Sidebar search background sometimes indistinguishable on dark themes and System theme. → Sidebar search background sometimes indistinguishable on dark themes

I think this will be fixed by bug 1920902.

Status: NEW → RESOLVED
Closed: 16 days ago
Duplicate of bug: 1920902
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: