Skip to content

Style meter

Bengfort requested to merge style-meter into main

I was toying around with styling the <meter> elements that were introduced in !1377 (merged). Bootstrap's progress component seems to be a good fit. However, styling meter elements is not standardized and I had to hack around with a bunch of non-standard -webkit and -moz CSS. The result looks OK but I don't think it is worth the effort of maintaining non-standard CSS.

<meter> with progress

Merge request reports