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

This commit is contained in:
Ryan Cohen
2023-01-29 13:27:33 +09:00
committed by GitHub
parent 8942eb8b7c
commit 9d10e6a88c

View File

@@ -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;