Use `not-allowed` for cursor on disabled buttons (#32076)
This commit is contained in:
		
							parent
							
								
									4e6fc3a62f
								
							
						
					
					
						commit
						69aa5699ce
					
				| 
						 | 
					@ -93,7 +93,7 @@
 | 
				
			||||||
  &:disabled,
 | 
					  &:disabled,
 | 
				
			||||||
  &.disabled {
 | 
					  &.disabled {
 | 
				
			||||||
    background-color: $ui-primary-color;
 | 
					    background-color: $ui-primary-color;
 | 
				
			||||||
    cursor: default;
 | 
					    cursor: not-allowed;
 | 
				
			||||||
  }
 | 
					  }
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  &.copyable {
 | 
					  &.copyable {
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue