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:
Jörn Zaefferer 2013-11-06 19:06:35 +01:00
parent 9910e938aa
commit 8c3ee80204

View File

@ -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);