mirror of
https://github.com/jquery/jquery-ui.git
synced 2024-11-21 11:04:24 +00:00
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.
This commit is contained in:
parent
9910e938aa
commit
8c3ee80204
1
themes/base/jquery.ui.menu.css
vendored
1
themes/base/jquery.ui.menu.css
vendored
@ -22,6 +22,7 @@
|
||||
margin: 0;
|
||||
display: block;
|
||||
padding: 3px .4em;
|
||||
cursor: pointer;
|
||||
min-height: 0; /* support: IE7 */
|
||||
/* support: IE10, see #8844 */
|
||||
list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
|
||||
|
Loading…
Reference in New Issue
Block a user