File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 11@import  ' ../core/style/variables' 
2+ @import  ' ../core/style/vendor-prefixes' 
23
34
45//  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;
9899}
99100
100101.mat-slider-thumb  {
102+   @include  cursor-grab ;
103+ 
101104  position absolute ;
102105  right - $mat-slider-thumb-size  /  2 ;
103106  bottom - $mat-slider-thumb-size  /  2 ;
@@ -113,6 +116,8 @@ $mat-slider-focus-ring-size: 30px !default;
113116}
114117
115118.mat-slider-thumb-label  {
119+   @include  cursor-grab ;
120+ 
116121  display none ;
117122  align-items center ;
118123  justify-content center ;
@@ -237,6 +242,10 @@ $mat-slider-focus-ring-size: 30px !default;
237242  .mat-slider-thumb-label  {
238243    display none ;
239244  }
245+ 
246+   .mat-slider-thumb , .mat-slider-thumb-label  {
247+     cursor : default ;
248+   }
240249}
241250
242251
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments