Open Bug 1934959 Opened 2 months ago Updated 2 months ago

tab-icon-overlay is obtrusive

Categories

(Firefox :: Theme, enhancement)

Firefox 133
Desktop
All
enhancement

Tracking

()

Tracking Status
firefox135 --- affected

People

(Reporter: alexhaan, Unassigned)

Details

Attachments

(2 files)

Attached image Light theme

User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:133.0) Gecko/20100101 Firefox/133.0

Steps to reproduce:

With the last few major releases changes have been made to the .tab-icon-overlay elements; the play/muted state icons on tabs.

Before an obtrusive border was added. In version 133 the background is now opaque dark or white (in respectively light or dark mode).

Especially on pinned tabs this is quite obtrusive.

At least one has userChrome.css to change this. But this design change should be revisited.

Attached image Dark theme
Attachment #9441478 - Attachment description: Screenshot 2024-12-03 180336.jpg → Light theme
Attachment #9441479 - Attachment description: Screenshot 2024-12-03 180403.jpg → Dark theme

The following entry in userChrome.css fixes it enough to my liking, for those interested:

 .tab-icon-overlay[pinned] {
    opacity: 0.5;
    fill: var(--tab-icon-overlay-stroke) !important;
    background-color: var(--tab-icon-overlay-fill) !important;
}

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: Untriaged → Theme

Issue reproduces on Win11x64 using Firefox build 135.0a1.

Status: UNCONFIRMED → NEW
Has STR: --- → yes
Ever confirmed: true
OS: Unspecified → All
Hardware: Unspecified → Desktop
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: