macOS high contrast mode is always light
Categories
(Firefox :: Theme, defect, P2)
Tracking
()
Accessibility Severity | s3 |
People
(Reporter: mstriemer, Unassigned)
References
(Blocks 4 open bugs, )
Details
(Keywords: access, Whiteboard: [proton-aboutpages] [proton-infobars] [proton-modals] [priority:2b])
Attachments
(1 file)
662.70 KB,
image/png
|
Details |
When macOS is in dark mode and Firefox is in the system/dark theme then about: pages, infobars and modals all appear with light colouring. This worked pre-proton and is likely happening since we use the system colours, but they aren't set or aren't set to dark colours by the OS. [1]
STR
- Enable macOS dark mode
- Enable "Increase contrast" in Accessibility
- Check about:preferences, infobars, modals
Originally reported in bug 1700983 comment 4.
Updated•4 years ago
|
Updated•4 years ago
|
Comment 1•4 years ago
|
||
(In reply to Mark Striemer [:mstriemer] from comment #0)
This worked pre-proton and is likely happening since we use the system colours, but they aren't set or aren't set to dark colours by the OS. [1]
That's right - on macOS, CSS system colors currently do not observe system dark mode. But once bug 1623686 is done, they will - you can try this by setting widget.macos.respect-system-appearance
to true locally.
However, while the text correctly turns white with that pref, the background remains white, too! It looks like -moz-Dialog
, which is used for the background, resolves to rgba(255, 255, 255, 0.098)
in dark mode. This is a very low-opacity white color, rather than an opaque dark color. It seems to be intended to be used on top of a dark backdrop.
Comment 2•4 years ago
|
||
(In reply to Markus Stange [:mstange] from comment #1)
However, while the text correctly turns white with that pref, the background remains white, too! It looks like
-moz-Dialog
, which is used for the background, resolves torgba(255, 255, 255, 0.098)
in dark mode. This is a very low-opacity white color, rather than an opaque dark color. It seems to be intended to be used on top of a dark backdrop.
I've filed bug 1710164 about this.
Reporter | ||
Updated•4 years ago
|
Updated•3 years ago
|
Updated•3 years ago
|
Comment 3•3 years ago
|
||
This looks to be fixed recently, perhaps by bug 1623686? Mark, are you still able to reproduce the issue?
Reporter | ||
Comment 4•3 years ago
|
||
Looks fixed to me, thanks!
Updated•2 years ago
|
Description
•