Make WordPress Core

Changeset 61742


Ignore:
Timestamp:
02/25/2026 11:45:36 PM (6 months ago)
Author:
joedolson
Message:

Editor: (Classic) Fix "skip to editor" link CSS.

Fix the height, background, and positioning of the skip to editor link in the classic editor, to prevent overflow and override transparent background.

Props sabernhardt, huzaifaalmesbah, joedolson.
Fixes #64727.

File:
1 edited

Legend:

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

    r61652 r61742  
    7777}
    7878
     79#titlewrap .skiplink {
     80        background: #fff;
     81        line-height: 2.30769231; /* 30px for 32px min-height */
     82        min-height: 32px;
     83        right: 4px;
     84}
     85
    7986#titlewrap .skiplink:focus {
    8087        clip: inherit;
    8188        clip-path: inherit;
    82         right: 4px;
    8389        top: 4px;
    8490        width: auto;
     
    10621068                padding: 0;
    10631069        }
    1064 
    1065         #titlewrap .skiplink:focus {
    1066                 top: 5px;
    1067         }
    10681070}
    10691071
Note: See TracChangeset for help on using the changeset viewer.