picturepan2 / spectre

Spectre.css - A Lightweight, Responsive and Modern CSS Framework
https://picturepan2.github.io/spectre/
MIT License
11.31k stars 804 forks source link

Meters with error #682

Open cafc3 opened 2 years ago

cafc3 commented 2 years ago

Hi, with the update of browser like chrome to 94 version, and others, the meters doesn't work anymore. is it possible to correct/update them? thanks

laurentpayot commented 2 years ago

@cafc3 you can fix this by adding the following style:

.meter {
    appearance: meter;
}
cafc3 commented 2 years ago

5* thanks!