Dont use pseudo elements on meter elements, they're not supported in most browsers

This commit is contained in:
Andrew Croce
2018-08-28 09:16:41 -04:00
parent 1fb43a9fd6
commit 56685d3288
3 changed files with 15 additions and 10 deletions

View File

@@ -1,6 +1,5 @@
meter {
-moz-appearance: none;
appearance: none;
display: block;
background: $color-gray-lightest;