Make WordPress Core

Changeset 49704


Ignore:
Timestamp:
11/28/2020 01:48:48 PM (3 years ago)
Author:
azaozz
Message:

External Libraries: Fix hiding of the text in the jQuery UI dialog close button.

Props marijnkoopman, SergeyBiryukov, Clorith, azaozz.
Fixes #51863.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/wp-includes/css/jquery-ui-dialog.css

    r49309 r49704  
    292292    text-align: center;
    293293    border-radius: 0;
     294    overflow: hidden;
    294295}
    295296
     
    320321}
    321322
    322 .ui-dialog-titlebar-close .ui-button-text {
    323     display: none;
    324 }
    325 
    326323.ui-dialog-content {
    327324    padding: 16px;
Note: See TracChangeset for help on using the changeset viewer.