Make WordPress Core

Changeset 57808

Timestamp:
03/12/2024 09:54:13 AM (5 months ago)
Author:
audrasjb
Message:

Toolbar: Fix dropdown admin menu styles on front-end.

This changeset switches back the admin menu items height property to px unit to prevent issues with themes using html { font-size: 62.5%; }.

Follow-up to [57765].

Reviewed by swissspidy.
Merges [57792] to the to the 6.5 branch.

Props bgnicolepaschen, sabernhardt, huzaifaalmesbah, ironprogrammer, shailu25, mohonchandra.
Fixes #60707.
See #43633.

Location:
branches/6.5
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • branches/6.5

    • Property svn:mergeinfo changed
      /trunk (added)merged: 57792
  • branches/6.5/src/wp-includes/css/admin-bar.css

    r57765 r57808  
    188188#wpadminbar .shortlink-input {
    189189    line-height: 2;
    190     height: 1.625rem;
     190    height: ;
    191191    white-space: nowrap;
    192192    min-width: 140px;
     
    464464    background: none;
    465465    padding: 0;
    466     height: 1.125rem;
     466    height: 1;
    467467}
    468468
Note: See TracChangeset for help on using the changeset viewer.