Skip to content
Snippets Groups Projects
Unverified Commit e0845fc0 authored by Eileen McNaughton's avatar Eileen McNaughton Committed by GitHub
Browse files

Merge pull request #14219 from colemanw/hover

#950 Remove deprecated :hover jQuery selector
parents c7f99cf8 a356d68f
Branches
Tags
No related merge requests found
......@@ -78,7 +78,7 @@
})
.on('show.smapi', function(e, menu) {
// Focus menu when opened with an accesskey
$(menu).siblings('a[accesskey]:not(:hover)').focus();
$(menu).siblings('a[accesskey]').focus();
})
.smartmenus(CRM.menubar.settings);
initialized = true;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment