mirror of
				https://github.com/gristlabs/grist-core.git
				synced 2025-06-13 20:53:59 +00:00 
			
		
		
		
	fix(ui): add default cursor over disabled items
This commit is contained in:
		
							parent
							
								
									5371ebcf46
								
							
						
					
					
						commit
						2f48be26b1
					
				@ -475,6 +475,7 @@ const cssEntry = styled('div', `
 | 
			
		||||
  }
 | 
			
		||||
  &-disabled {
 | 
			
		||||
    color: ${colors.mediumGrey};
 | 
			
		||||
    cursor: default;
 | 
			
		||||
  }
 | 
			
		||||
  &-disabled&-selected {
 | 
			
		||||
    background-color: inherit;
 | 
			
		||||
 | 
			
		||||
		Loading…
	
		Reference in New Issue
	
	Block a user