Change cursor to hand when mouse goes over a row in table

后端 未结 11 2076
暗喜
暗喜 2020-12-22 22:59

How do I change the cursor pointer to hand when my mouse goes over a in a

11条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-22 23:50

    I've searched bootstrap styles a bit and found this:

    [role=button]{cursor:pointer}
    

    So I assume you can get what you want with:

    hi
    

提交回复
热议问题