File tree 2 files changed +10
-0
lines changed
packages/vuetify/src/components/VSlider
2 files changed +10
-0
lines changed Original file line number Diff line number Diff line change 69
69
transform : scale(0.1 )
70
70
pointer-events : none
71
71
72
+ & ::after
73
+ content : ' '
74
+ width : $slider-thumb-touch-size
75
+ height : $slider-thumb-touch-size
76
+ position : absolute
77
+ top : 50%
78
+ left : 50%
79
+ transform : translate(-50% , -50% )
80
+
72
81
.v-slider__ticks-container
73
82
position : absolute
74
83
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ $slider-thumb-label-height: 32px !default;
16
16
$slider-thumb-label-transition : .3s map-get ($transition , ' fast-in-fast-out' ) !default ;
17
17
$slider-thumb-label-width : 32px !default ;
18
18
$slider-thumb-size : 12px !default ;
19
+ $slider-thumb-touch-size : 42px !default ;
19
20
$slider-tick-border-radius : 0 !default ;
20
21
$slider-track-border-radius : 0 !default ;
21
22
$slider-track-width : 2px !default ;
You can’t perform that action at this time.
0 commit comments