Changes to the mobile adminbar:

- Unhide the Edit link
- Hide the W menu link
- Hide the Updates link

This ensures that Network (when available), Site, Edit, Comments, New, and Account are always visible. Fixes #26071.



git-svn-id: https://develop.svn.wordpress.org/trunk@26575 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Matt Thomas 2013-12-03 18:37:25 +00:00
parent 7392fd66af
commit 0d918aaf14
1 changed files with 4 additions and 10 deletions

View File

@ -984,15 +984,9 @@
margin-left: 0;
}
#wpadminbar #wp-admin-bar-updates,
#wpadminbar #wp-admin-bar-view,
#wpadminbar #wp-admin-bar-edit {
#wp-admin-bar-root-default li#wp-admin-bar-wp-logo,
#wp-admin-bar-root-default li#wp-admin-bar-updates,
#wp-admin-bar-root-default li#wp-admin-bar-view {
display: none;
}
}
@media screen and (max-width: 350px) {
#wpadminbar #wp-admin-bar-wp-logo {
display: none;
}
}
}