Change the mouse pointer on ngclick

前端 未结 5 1503
南旧
南旧 2021-02-03 17:03

I\'ve a div with the Angular ng-click directive attached to it. On hovering over this element the mouse pointer doesn\'t change. Is there a way to chan

5条回答
  •  予麋鹿
    予麋鹿 (楼主)
    2021-02-03 17:24

    All you have to do is use the cursor property

    .pointer { cursor: pointer; }

提交回复
热议问题