vsn4ik / bootstrap-submenu

Bootstrap sub-menus

Home Page:https://vsn4ik.github.io/bootstrap-submenu/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Mouse cursor image is wrong on submenu parent

carstenfuchs opened this issue · comments

Hi all,

using Bootstrap-Submenu 1.2.13, Bootstrap v3.3.2, jQuery v2.1.3, testing with Firefox 40.0.3, over menu items I normally see the mouse cursor in the shape of a hand with a pointing finger.

However, menu items that open a submenu are different: When the cursor is over the item text, it has I-beam shape (indicating that text can be selected), left and right of the text it has arrow shape.

I cannot reproduce this problem at http://vsn4ik.github.io/bootstrap-submenu/ (Navbar example), but from there I got my local testing code and I cannot see anything wrong.

What can I do please?

Using Firefox 42, http://vsn4ik.github.io/bootstrap-submenu/ depends on http://vsn4ik.github.io/bootstrap-submenu/assets/css/docs.css with CSS rule a { cursor: pointer; } for getting the mouse cursor right: If the above rule is disabled, navbar items are shown with the default cursor (an arrow) instead of with the pointer cursor (a hand).