-
Notifications
You must be signed in to change notification settings - Fork 71
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
color.cloudflare.design - HTML5 progressbar does not dynamically change #46522
Comments
The site is using }, Object(d.d)(u, {
color: v.color,
border: "1px solid currentColor",
css: Object(_.a)({
"&[value]::-webkit-progress-bar": {
backgroundColor: "transparent"
},
"&[value]::-webkit-progress-value": {
backgroundColor: v.color
}
}, "")
}) so adding the following will color the bar in Firefox "&[value]::-moz-progress-bar": {
backgroundColor: v.color
} There is an existing bug for that https://bugzilla.mozilla.org/show_bug.cgi?id=1455565 , but we perhaps can contact the site since it's an easy fix |
https://cloudflare.design/color/ has been updated into https://color.cloudflare.design/, and now has a separate repository at https://github.com/cloudflare/color/ |
Forwarded this issue to cloudflare/color#11 |
Thanks for filing the issue @reinhart1010 |
URL: https://color.cloudflare.design/
Browser / Version: Firefox 71.0
Operating System: Ubuntu
Tested Another Browser: Yes Chrome
Problem type: Something else
Description: HTML5 progressbar does not dynamically change
Steps to Reproduce:
The
<progress>
color in Firefox remains unchanged.Not reproducible in Chrome 79.0.3945.79.
Browser Configuration
From webcompat.com with ❤️
The text was updated successfully, but these errors were encountered: