Make WordPress Core

Changeset 60286


Ignore:
Timestamp:
06/05/2025 02:00:58 PM (5 weeks ago)
Author:
joedolson
Message:

Administration: Hide skip to toolbar link on small viewports.

Since r55326, the admin sidebar autocloses on small viewports when focus exits the sidebar. Because of this, there is no case where the Skip to Toolbar link will have any function on small viewports.

Props sabernhardt, abcd95, alh0319, mleray, joedolson.
Fixes #63286.

File:
1 edited

Legend:

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

    r59992 r60286  
    39133913    }
    39143914
     3915    .screen-reader-shortcut[href="#wp-toolbar"] {
     3916        display: none;
     3917    }
     3918
    39153919    body {
    39163920        min-width: 240px;
Note: See TracChangeset for help on using the changeset viewer.