Dark theme "Find in page" infobar navigation buttons are too dark on MacOS
Categories
(Firefox :: Theme, defect, P2)
Tracking
()
Tracking | Status | |
---|---|---|
firefox89 | --- | affected |
People
(Reporter: pmagyari, Unassigned)
References
(Blocks 2 open bugs)
Details
(Whiteboard: [proton-infobars][priority:2c])
Attachments
(1 file)
21.70 KB,
image/png
|
Details |
Preconditions
browser.proton.enabled = true
browser.proton.infobars.enabled = true
Steps
- Start Firefox Nightly
- Go to about:addons and enable Dark theme or Proton Dark theme
- Open a new tab and open the "Find in page" infobar (cmd+f)
Expected Result
The "Navigate through next and previous occurrence of phrase" buttons are easily distinguishable
Actual Result
The "Navigate through next and previous occurrence of phrase" buttons are too dark compared to the ones on Windows and Linux
Updated•4 years ago
|
Comment 1•4 years ago
|
||
I believe this is now fixes, can you please retest and validate?
Updated•4 years ago
|
Reporter | ||
Comment 2•4 years ago
|
||
Hi Romain,
It doesn't seem to be fixed on the latest Firefox Nightly (20210404214218)
Comment 3•4 years ago
|
||
Looks like without a search makes the up/down toolbarbutton[disabled="true"] uses -moz-mac-disabledtoolbartext whereas other platforms use GrayText
https://searchfox.org/mozilla-central/search?q=toolbarbutton%5Bdisabled%3D%22true%22%5D
And additionally, they're 0.4 opacity:
https://searchfox.org/mozilla-central/rev/436f1fae6f4f6855911bd603b3150ab5b72b8a84/toolkit/themes/shared/findBar.inc.css#126-128
Description
•