Fix cursor type in statuses (#14185)
This commit is contained in:
		
							parent
							
								
									4babf5b8b5
								
							
						
					
					
						commit
						e9ea960773
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -992,7 +992,7 @@
 | 
			
		|||
  position: relative;
 | 
			
		||||
  min-height: 54px;
 | 
			
		||||
  border-bottom: 1px solid lighten($ui-base-color, 8%);
 | 
			
		||||
  cursor: default;
 | 
			
		||||
  cursor: auto;
 | 
			
		||||
 | 
			
		||||
  @supports (-ms-overflow-style: -ms-autohiding-scrollbar) {
 | 
			
		||||
    // Add margin to avoid Edge auto-hiding scrollbar appearing over content.
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue