Skip to content

Commit f3268f4

Browse files
committed
Menu: Set cursor:pointer for menu items. Fixes the regression from removal of anchors, which caused a text cursor to appear on non-disabled items.
1 parent 60235a1 commit f3268f4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

themes/base/jquery.ui.menu.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
margin: 0;
2323
display: block;
2424
padding: 3px .4em;
25+
cursor: pointer;
2526
min-height: 0; /* support: IE7 */
2627
/* support: IE10, see #8844 */
2728
list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);

0 commit comments

Comments
 (0)