materializecss / materialize

Materialize, a web framework based on Material Design
https://materializeweb.com/
MIT License
913 stars 105 forks source link

[Bug]: Range input appearance not work on chrome 123, but work on Firefox #475

Open zw963 opened 6 months ago

zw963 commented 6 months ago

Before submitting...

Context

Following is two screenshot when open use chrome and firefox.

chrome: (not correct)

image

firefox: (correct)

image

Current Behavior

No response

Expected behavior

Expect range input show correct on chrome browser, as in Firefox.

Possible Solutions or Causes

No response

Steps to reproduce

No response

Your Environment

iozuniga commented 1 month ago

Work around: input[type=range] { background-color: var(--md-sys-color-primary); }

zw963 commented 1 month ago

Work around: input[type=range] { background-color: var(--md-sys-color-primary); }

It works!

Thank you.