We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7d476b4 commit d708921Copy full SHA for d708921
src/styles.css
@@ -20,15 +20,8 @@
20
z-index: 1;
21
}
22
23
-/* Removing the default appearance */
24
-.thumb,
25
-.thumb::-webkit-slider-thumb {
26
- -webkit-appearance: none;
27
- -webkit-tap-highlight-color: transparent;
28
-}
29
-
30
.thumb {
31
- pointer-events: none;
+ cursor: pointer;
32
position: absolute;
33
height: 0;
34
width: 200px;
@@ -50,7 +43,6 @@
50
43
border: none;
51
44
border-radius: 50%;
52
45
box-shadow: 0 0 1px 1px #ced4da;
53
- cursor: pointer;
54
46
height: 18px;
55
47
width: 18px;
56
48
margin-top: 4px;
0 commit comments