-
Beta Was this translation helpful? Give feedback.
      
      
          Answered by
          
            Daksh777
          
      
      
        Jul 9, 2021 
      
    
    Replies: 1 comment 2 replies
-
Beta Was this translation helpful? Give feedback.
                  
                    2 replies
                  
                
            
      Answer selected by
        Daksh777
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    



Hey Fosam,
I've used the CSS property
cursor: pointerto change the cursor to a pointer when the user hovers over a clickable element.It's recommended to do it for visually impaired people and generally for accessibility (indicating that there is a clickable element and it's not just a part of the non-interactable part of the app).