-
Notifications
You must be signed in to change notification settings - Fork 6.7k
Why doesn't cursor change to pointer/hand on Tabs, Pagination, Dropdown Toggle etc in angular-ui-bootstrap? #475
Comments
You can read about it in #174. |
OK, Can you please confirm the following is right or not? |
@sgon00 some answers below: (1) It is not specific to this project, empty href is not really needed if you just use it as a markup with (2) No, if you've got real URL you should rather use href or ng-href. (3) Yes, this is more bootstrap's CSS issue where presence (or not) of href results in different styling. |
Found this useful: By adding |
I have to add the following code:
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.
The text was updated successfully, but these errors were encountered: