简体   繁体   中英

Why doesn't cursor change to pointer/hand on Tabs, Pagination, Dropdown Toggle etc in angular-ui-bootstrap?

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.

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

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM