Bug #5867
closedMouse hoovering on WMenu is edit cursor
0%
Description
When hoovering on a WMenu per default an editcursor is shown. Shouldn't that be a pointing hand or at least a regular arrow?
That happens for instance on the tabs of a WTabWidget.
Updated by Roel Standaert over 7 years ago
- Status changed from New to Implemented @Emweb
I assume you're talking about the WBootstrapTheme
? Because I don't notice it with the default
or polished
theme.
We already fixed that for some other kinds of WMenu
, but indeed not for WTabWidget
.
I fixed it now for WTabWidget
, will push soon. If you use the CSS .navbar .nav-tabs > li > a { cursor: pointer; }
, that fixes it.
Updated by Roel Standaert over 7 years ago
- Status changed from Implemented @Emweb to Resolved
Updated by Heiko Gerdau over 7 years ago
Yes WBootstrapTheme and thanks for the really fast fix. But its not just WTabWidget,
see on your Website:
https://www.webtoolkit.eu/widgets/navigation/menu
Updated by Roel Standaert over 7 years ago
- Status changed from Resolved to InProgress
- Assignee set to Roel Standaert
Updated by Roel Standaert over 7 years ago
- Status changed from InProgress to Resolved
Now it should work in all cases, for every .nav > li > a
. I was conservative at first, but I can't see how that change could be harmful.
Updated by Roel Standaert over 7 years ago
- Status changed from Resolved to Closed