Make WordPress Core

Changeset 26575


Ignore:
Timestamp:
12/03/2013 06:37:25 PM (11 years ago)
Author:
iammattthomas
Message:

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.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/admin-bar.css

    r26559 r26575  
    985985    }
    986986
    987     #wpadminbar #wp-admin-bar-updates,
    988     #wpadminbar #wp-admin-bar-view,
    989     #wpadminbar #wp-admin-bar-edit {
     987    #wp-admin-bar-root-default li#wp-admin-bar-wp-logo,
     988    #wp-admin-bar-root-default li#wp-admin-bar-updates,
     989    #wp-admin-bar-root-default li#wp-admin-bar-view {
    990990        display: none;
    991991    }
    992992}
    993 
    994 @media screen and (max-width: 350px) {
    995     #wpadminbar #wp-admin-bar-wp-logo {
    996         display: none;
    997     }
    998 }
Note: See TracChangeset for help on using the changeset viewer.