fix slider thumbs on firefox (#1747)

This commit is contained in:
refact0r 2021-08-22 03:06:46 -07:00 committed by GitHub
parent 2fd3d05886
commit 72850ce20b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -52,9 +52,11 @@ input[type="range"] {
width: 100%;
height: 1rem;
border-radius: var(--roundness);
&::-webkit-slider-thumb {
&::-webkit-slider-thumb,
&::-moz-range-thumb {
-webkit-appearance: none;
padding: 0;
border: none;
width: 2rem;
height: 1rem;
border-radius: var(--roundness);