Skip to content

Commit d708921

Browse files
committed
Fixed styles in Chrome
1 parent 7d476b4 commit d708921

File tree

1 file changed

+1
-9
lines changed

1 file changed

+1
-9
lines changed

src/styles.css

Lines changed: 1 addition & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,15 +20,8 @@
2020
z-index: 1;
2121
}
2222

23-
/* Removing the default appearance */
24-
.thumb,
25-
.thumb::-webkit-slider-thumb {
26-
-webkit-appearance: none;
27-
-webkit-tap-highlight-color: transparent;
28-
}
29-
3023
.thumb {
31-
pointer-events: none;
24+
cursor: pointer;
3225
position: absolute;
3326
height: 0;
3427
width: 200px;
@@ -50,7 +43,6 @@
5043
border: none;
5144
border-radius: 50%;
5245
box-shadow: 0 0 1px 1px #ced4da;
53-
cursor: pointer;
5446
height: 18px;
5547
width: 18px;
5648
margin-top: 4px;

0 commit comments

Comments
 (0)