File tree 1 file changed +9
-0
lines changed
1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 1
1
@import ' ../core/style/variables' ;
2
+ @import ' ../core/style/vendor-prefixes' ;
2
3
3
4
4
5
// This refers to the thickness of the slider. On a horizontal slider this is the height, on a
@@ -98,6 +99,8 @@ $mat-slider-focus-ring-size: 30px !default;
98
99
}
99
100
100
101
.mat-slider-thumb {
102
+ @include cursor-grab ;
103
+
101
104
position : absolute ;
102
105
right : - $mat-slider-thumb-size / 2 ;
103
106
bottom : - $mat-slider-thumb-size / 2 ;
@@ -113,6 +116,8 @@ $mat-slider-focus-ring-size: 30px !default;
113
116
}
114
117
115
118
.mat-slider-thumb-label {
119
+ @include cursor-grab ;
120
+
116
121
display : none ;
117
122
align-items : center ;
118
123
justify-content : center ;
@@ -237,6 +242,10 @@ $mat-slider-focus-ring-size: 30px !default;
237
242
.mat-slider-thumb-label {
238
243
display : none ;
239
244
}
245
+
246
+ .mat-slider-thumb , .mat-slider-thumb-label {
247
+ cursor : default ;
248
+ }
240
249
}
241
250
242
251
You can’t perform that action at this time.
0 commit comments