fix(ui): style range thumbs correctly for firefox (#3294)
This commit is contained in:
@@ -452,8 +452,9 @@
|
|||||||
@apply hidden;
|
@apply hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
input[type='range']::-webkit-slider-thumb {
|
input[type='range']::-webkit-slider-thumb,
|
||||||
@apply rounded-full bg-indigo-500;
|
input[type='range']::-moz-range-thumb {
|
||||||
|
@apply rounded-full border-0 bg-indigo-500;
|
||||||
pointer-events: all;
|
pointer-events: all;
|
||||||
width: 16px;
|
width: 16px;
|
||||||
height: 16px;
|
height: 16px;
|
||||||
|
|||||||
Reference in New Issue
Block a user