How do you change the mouse pointer style in A-Frame
问题 I don't want the default drag hand. I just want the normal mouse pointer and CSS isn't doing it. 回答1: You have to override CSS: .a-canvas.a-grab-cursor:hover{cursor:default !important}.a-canvas.a-grab-cursor:active,.a-grabbing{cursor:default !important} 来源: https://stackoverflow.com/questions/39817522/how-do-you-change-the-mouse-pointer-style-in-a-frame