BrowserWorks / Waterfox-Classic

The Waterfox Classic repository, for legacy systems and customisation.
https://classic.waterfox.net
Mozilla Public License 2.0
176 stars 33 forks source link

Discord Colors #15

Open armanelgtron opened 2 years ago

armanelgtron commented 2 years ago

Describe the bug Within Discord, many of the colors are shown as black instead of their proper colors, for example in online statuses.

Discord uses CSS styling to color these such as hsl(38, calc(var(--saturation-factor, 1) * 95.7%), 54.1%), but apparently calc inside of hsl isn't supported.

Screenshots Screenshot from 2021-11-10 07-35-39 Screenshot from 2021-11-10 07-42-53 .

quroe commented 2 years ago

I do not check bugzilla yet,but I remember same issue by other product. related: https://github.com/ManchildProductions/MyPal/commit/3425aa130a9fc547e77e1575c59ece2f518c4db3

hawkeye116477 commented 2 years ago

bugzilla

Well, it's https://bugzilla.mozilla.org/show_bug.cgi?id=984021, but Servo-only.

See also https://repo.palemoon.org/mcp-graveyard/UXP/issues/1765.