Skip to content

Commit 8910ce0

Browse files
committed
Atoms - MonoSlicer - Change cursor style
1 parent ce59bdc commit 8910ce0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/atoms/MonoSlicer.vue

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ input[type="range"]::-webkit-slider-thumb {
121121
height: 20px;
122122
background-color: v-bind(slicerColor);
123123
border-radius: 50%;
124-
cursor: pointer;
124+
cursor: ew-resize;
125125
position: relative;
126126
z-index: 2;
127127
outline: 2px solid v-bind(borderColor);
@@ -139,7 +139,7 @@ input[type="range"]::-moz-range-thumb {
139139
height: 20px;
140140
background-color: v-bind(slicerColor);
141141
border-radius: 50%;
142-
cursor: pointer;
142+
cursor: ew-resize;
143143
position: relative;
144144
z-index: 2;
145145
outline: 2px solid v-bind(borderColor);
@@ -157,7 +157,7 @@ input[type="range"]::-ms-thumb {
157157
height: 20px;
158158
background-color: v-bind(slicerColor);
159159
border-radius: 50%;
160-
cursor: pointer;
160+
cursor: ew-resize;
161161
position: relative;
162162
z-index: 2;
163163
outline: 2px solid v-bind(borderColor);

0 commit comments

Comments
 (0)