Toolbar: Allow submenus to be closed with a second tap on touch devices.

Also closes submenus when the admin menu is toggled open, as it opens below and thus can be obscured.

props stephdau, seanchayes.
see #29906.

Built from https://develop.svn.wordpress.org/trunk@33056


git-svn-id: http://core.svn.wordpress.org/trunk@33027 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Helen Hou-Sandí
2015-07-03 03:29:25 +00:00
parent cbacb92dae
commit f85306c65a
13 changed files with 61 additions and 18 deletions

View File

@@ -920,6 +920,10 @@ li#wp-admin-bar-menu-toggle {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
color: #00b9eb;
}
}
/* Smartphone */

View File

@@ -920,6 +920,10 @@ li#wp-admin-bar-menu-toggle {
-moz-box-sizing: border-box;
box-sizing: border-box;
}
.wp-responsive-open #wpadminbar #wp-admin-bar-menu-toggle .ab-icon:before {
color: #00b9eb;
}
}
/* Smartphone */

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long