id,summary,reporter,owner,description,type,status,priority,milestone,component,version,severity,resolution,keywords,cc,focuses 35162,configure dashboard widget link no longer visible,webdevmattcrom,,"Line 753 of wp-admin\css\dashboard.css has the following: {{{ h3:hover .edit-box { display: inline; } }}} Dashboard widget titles are now h2's instead of h3's so the ""Configure"" link is no longer appearing on hover as it used to. I'd submit a patch, but no idea how to do that. Here's the fix (if it's not already obvious): {{{ h2:hover .edit-box { display: inline; } }}} Of course this also applies to dashboard-rtl.css",defect (bug),closed,normal,,Widgets,4.4,normal,duplicate,,,"ui, administration"