File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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 );
You can’t perform that action at this time.
0 commit comments