10

I have to add the following code:

<style type="text/css">a {cursor:pointer;}</style>

to make cursor change to pointer/hand on links for Tabs, Pagination, Dropdown Toggle etc.. in angular-ui-bootstrap.

Why doesn't it change to pointer by default? Is this done intentionally? this is not the normal case in pure bootstrap.

Thanks a lot.

guri
  • 662
  • 2
  • 8
  • 26
user2309998
  • 697
  • 2
  • 7
  • 11

1 Answers1

27

Does the <a> have a href attribute? The cursor won't change if it doesn't...

GusRuss89
  • 1,314
  • 2
  • 13
  • 20