Skip to content

Commit

Permalink
Menu: Set cursor:pointer for menu items. Fixes the regression from re…
Browse files Browse the repository at this point in the history
…moval of anchors, which caused a text cursor to appear on non-disabled items.
  • Loading branch information
jzaefferer committed Nov 13, 2013
1 parent 9910e93 commit 8c3ee80
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions themes/base/jquery.ui.menu.css
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@
margin: 0; margin: 0;
display: block; display: block;
padding: 3px .4em; padding: 3px .4em;
cursor: pointer;
min-height: 0; /* support: IE7 */ min-height: 0; /* support: IE7 */
/* support: IE10, see #8844 */ /* support: IE10, see #8844 */
list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7); list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
Expand Down

0 comments on commit 8c3ee80

Please sign in to comment.