Make WordPress Core

Changeset 43244 for trunk


Ignore:
Timestamp:
05/11/2018 05:34:40 PM (7 years ago)
Author:
westonruter
Message:

Customize: Hide expansion arrows in Customizer's available widgets list.

Fixes regression introduced by [42794].

Props dlh.
See #40677.
Fixes #43983.

File:
1 edited

Legend:

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

    r41062 r43244  
    234234    float: none !important;
    235235    width: auto !important;
     236}
     237
     238/* Keep rule that is no longer necessary on widgets.php. */
     239#available-widgets .widget-action {
     240    display: none;
    236241}
    237242
Note: See TracChangeset for help on using the changeset viewer.