mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-08-11 20:30:23 +00:00
DOn't show flyouts on tabbing for now (not accessible), fixes #19191
git-svn-id: https://develop.svn.wordpress.org/trunk@19426 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -206,13 +206,6 @@ $(document).ready( function() {
|
||||
interval: 90
|
||||
});
|
||||
|
||||
// Admin menu keyboard navigation.
|
||||
$('li.wp-has-submenu').focusin( function() {
|
||||
$(this).addClass('focused');
|
||||
}).focusout( function() {
|
||||
$(this).removeClass('focused');
|
||||
});
|
||||
|
||||
// If the mouse is used on the menu, shift focus to the mouse.
|
||||
menu.mouseover( function(e) {
|
||||
$('li.focused', this).removeClass('focused');
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user