fix(ui): style range thumbs correctly for firefox (#3294)

pull/3298/head
Ryan Cohen 1 year ago committed by GitHub
parent 8942eb8b7c
commit 9d10e6a88c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -452,8 +452,9 @@
@apply hidden;
}
input[type='range']::-webkit-slider-thumb {
@apply rounded-full bg-indigo-500;
input[type='range']::-webkit-slider-thumb,
input[type='range']::-moz-range-thumb {
@apply rounded-full border-0 bg-indigo-500;
pointer-events: all;
width: 16px;
height: 16px;

Loading…
Cancel
Save