Make WordPress Core

Changeset 34721


Ignore:
Timestamp:
09/30/2015 10:54:59 PM (9 years ago)
Author:
westonruter
Message:

Customize: Style the nav menu "Add Items" button as disabled when reordering.

Fixes CSS selector to match what is being used for the "Add Widget" button in the customizer.

Props umesh.nevase.
Fixes #34102.

File:
1 edited

Legend:

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

    r34219 r34721  
    111111}
    112112
    113 .customize-control-nav_menu .reordering .add-new-menu-item {
     113#customize-theme-controls .reordering .add-new-menu-item {
    114114    opacity: 0.2;
    115115    pointer-events: none;
     
    982982
    983983li.assigned-to-menu-location .menu-delete-item {
    984   display: none;
     984    display: none;
    985985}
    986986
    987987li.assigned-to-menu-location .add-new-menu-item {
    988   margin-bottom: 1em;
     988    margin-bottom: 1em;
    989989}
    990990
Note: See TracChangeset for help on using the changeset viewer.