Closed navehsadeh closed 2 years ago
The unset: all property hides the meter element. To solve this, you need to add a appearance: auto rule for meter only.
unset: all
meter
appearance: auto
Added a patch, revert the appearance property - on version 1.4.6
/* minimum style to allow to style meter element */ meter { -webkit-appearance: revert; appearance: revert; }
The
unset: all
property hides themeter
element. To solve this, you need to add aappearance: auto
rule formeter
only.