Range input underline theme

This commit is contained in:
Jake Archibald
2020-12-07 12:48:36 +00:00
parent f1b0a8f3e2
commit 58a24bd277

View File

@@ -33,6 +33,7 @@
box-sizing: border-box;
text-decoration: underline;
text-decoration-style: dotted;
text-decoration-color: var(--main-theme-color);
text-underline-position: under;
width: 48px;
position: relative;